MobilePage.Title 属性

定义

获取或设置该页标题。 移动页不支持此功能。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

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

属性值

空字符串。

属性

例外

已尝试设置 Title 属性。

适用于

另请参阅