IDOMImplementation.CreateHTMLDocument
IDOMImplementation.CreateHTMLDocument method
Restituisce un documento, con un albero base già costruito che include un elemento title, a meno che l’argomento title non sia omesso.
public Document CreateHTMLDocument(string title)
Parametro | Tipo | Descrizione |
---|---|---|
title | String | Il titolo. |
Valore di ritorno
Restituisce documento.
Guarda anche
- class Document
- interface IDOMImplementation
- spazio dei nomi Aspose.Html.Dom
- assemblea Aspose.HTML