Share via


HtmlReader Constructor (TextReader)

The HtmlReader(TextReader) constructor initializes a new instance of the HtmlReader class that reads data from the specified text reader.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    input As TextReader _
)
'Usage
Dim input As TextReader

Dim instance As New HtmlReader(input)
public HtmlReader(
    TextReader input
)

Parameters

  • input
    Type: System.IO.TextReader
    The [System.IO.TextReader] object that contains the HTML document.