System.Web.UI.HtmlControls.HtmlTitle.AddParsedSubObject Method

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.

Syntax

protected override void AddParsedSubObject (object obj)

Parameters

obj
An object that represents the parsed element.

Remarks

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.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0