Page.Title Property
.NET Framework 2.0
Gets or sets the title for the page.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[BindableAttribute(true)] [LocalizableAttribute(true)] public: property String^ Title { String^ get (); void set (String^ value); }
/** @property */ public String get_Title () /** @property */ public void set_Title (String value)
public function get Title () : String public function set Title (value : String)
Not applicable.
Property Value
The title of the page.Community Additions
ADD
Show: