Notifies the control that an element was parsed, and adds the element to the System.Web.UI.WebControls.HyperLink control.
- obj
- An object that represents the parsed element.
This method is used primarily by control developers, when deriving a custom control from the System.Web.UI.WebControls.HyperLink class.
If the input object is a System.Web.UI.LiteralControl, and the System.Web.UI.WebControls.HyperLink control has no child controls, then the input object is used to set the HyperLink.Text property of the control. Otherwise, the System.Web.UI.Control.AddParsedSubObject(object) method of the base System.Web.UI.Control class is called and the specified object is added to the System.Web.UI.Control.Controls collection.