Notifies the System.Web.UI.HtmlControls.HtmlTitle control that an XML or HTML element was parsed and adds that element to the System.Web.UI.ControlCollection collection of the control.
- obj
- An object that represents the parsed element.
If the element added to the System.Web.UI.HtmlControls.HtmlTitle control is a System.Web.UI.LiteralControl control, then the HtmlTitle.AddParsedSubObject(object) method sets the HtmlTitle.Text property with the value of the literal string; otherwise, the base System.Web.UI.Control.AddParsedSubObject(object) method is called. The HtmlTitle.AddParsedSubObject(object) method is used primarily by control developers extending the functionality of the System.Web.UI.HtmlControls.HtmlTitle control.