The title of the document.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual string Title { get; set; }
Public Overridable Property Title As String
public: virtual property String^ Title { String^ get (); void set (String^ value); }
Remarks
Typically for Html documents this is obtained from the <title> tag.