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
- class HTMLDocument
- namespace Aspose.Html
- assembly Aspose.HTML
The title of a document as specified by the TITLE
element in the head of the document.
public string Title { get; set; }