Constructor HtmlWriter
HtmlWriter()
Initializes a writer with default options: a self-contained HTML document.
public HtmlWriter()
HtmlWriter(HtmlWriteOptions)
Initializes a writer with format-specific options.
public HtmlWriter(HtmlWriteOptions options)
Parameters
optionsHtmlWriteOptionsThe options.
Exceptions
- ArgumentNullException
optionsis null.