Constructor HtmlReader
HtmlReader()
Initializes a reader with default options.
public HtmlReader()
HtmlReader(HtmlReadOptions)
Initializes a reader with format-specific options.
public HtmlReader(HtmlReadOptions options)
Parameters
optionsHtmlReadOptionsThe options.
Exceptions
- ArgumentNullException
optionsis null.