HTMLDocument.Title

HTMLDocument.Title property

The title of a document as specified by the TITLE element in the head of the document.

public string Title { get; set; }

See Also