HtmlTitle::Text Property
.NET Framework (current version)
Gets or sets the text of the HTML <title> element.
Assembly: System.Web (in System.Web.dll)
public: [PersistenceModeAttribute(PersistenceMode::InnerDefaultProperty)] property String^ Text { virtual String^ get(); virtual void set(String^ value); }
Property Value
Type: System::String^The text of the HTML <title> element. The default value is an empty string ("").
Use the Text property to specify or determine the title of the Web page.
.NET Framework
Available since 2.0
Available since 2.0
Show: