System.Web.UI.Page.Title Property

Gets or sets the title for the page.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Localizable(true)]
public string Title { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the Page.Title property to set the page title in the HTML header sent to the requesting browser.

Note:

The page must contain a head element that has the attribute runat="server", otherwise the title will not render.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0