Table of Contents

Constructor HtmlReader

Namespace
DocWright.Formats.Html
Assembly
DocWright.Formats.Html.dll

HtmlReader()

Initializes a reader with default options.

public HtmlReader()

HtmlReader(HtmlReadOptions)

Initializes a reader with format-specific options.

public HtmlReader(HtmlReadOptions options)

Parameters

options HtmlReadOptions

The options.

Exceptions

ArgumentNullException

options is null.