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)
ParametroTipoDescrizione
titleStringIl titolo.

Valore di ritorno

Restituisce documento.

Guarda anche