Page.Title 属性

定义

获取或设置该页标题。

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string Title { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Title : string with get, set
Public Property Title As String

属性值

String

页的标题。

属性

例外

Title 属性要求页上有标头控件。

注解

使用 Title 属性在发送到请求浏览器的 HTML 标头中设置页面标题。

备注

页面必须包含 head 具有属性 runat="server"的元素,否则标题不会呈现。

适用于

另请参阅