Share via


Form.Title 属性

定义

获取或设置指定窗体的标题。 默认值为空的 string。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

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

属性值

在支持标题与页内容分离的设备上,可以将标题呈现为窗体的一部分(例如,在浏览器的标题栏中使用 HTML 的标题标记)。

属性

注解

对于支持独立于页面内容的标题的设备,可以将标题呈现为窗体的一部分。

适用于

另请参阅