System.Web.UI.HtmlControls.HtmlTitle Members

The members of System.Web.UI.HtmlControls.HtmlTitle are listed below.

See Also: Inherited members from System.Web.UI.HtmlControls.HtmlControl

Public Constructors

Initializes a new instance of the System.Web.UI.HtmlControls.HtmlTitle class.

Public Properties

Textstring.

Gets or sets the text of the HTML <title> element.

Protected Methods

override
AddParsedSubObject(object)

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.

override
CreateControlCollection() : System.Web.UI.ControlCollection

Creates a new System.Web.UI.ControlCollection collection for the System.Web.UI.HtmlControls.HtmlTitle control.

override
Render(System.Web.UI.HtmlTextWriter)

Renders the System.Web.UI.HtmlControls.HtmlTitle control to the specified System.Web.UI.HtmlTextWriter object.