HtmlHead::Title Property

 

Gets the page title.

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

public:
property String^ Title {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The page title.

.NET Framework
Available since 2.0
Return to top
Show: