IDOMImplementation.CreateHTMLDocument
IDOMImplementation.CreateHTMLDocument method
Returns a document, with a basic tree already constructed including a title element, unless the title argument is omitted.
public Document CreateHTMLDocument(string title)
Parameter | Type | Description |
---|---|---|
title | String | The title. |
Return Value
Returns document.
See Also
- class Document
- interface IDOMImplementation
- namespace Aspose.Html.Dom
- assembly Aspose.HTML