System.Web.UI.HtmlControls.HtmlTitle.Text Property

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

Syntax

[System.ComponentModel.Localizable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerDefaultProperty)]
[System.ComponentModel.DefaultValue("")]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual string Text { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the HtmlTitle.Text property to specify or determine the title of the Web page.

Requirements

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