Compartir a través de


HtmlReader constructor

The HtmlReader() constructor initializes a new instance of the HtmlReader class.

Overload list

  Name Description
Public method HtmlReader(TextReader) The HtmlReader(TextReader) constructor initializes a new instance of the HtmlReader class that reads data from the specified text reader.
Public method HtmlReader(Stream, Encoding) The HtmlReader(Stream, Encoding) constructor initializes a new instance of the HtmlReader class that reads data from the specified data stream using the specified encoding.

Top

See also

Reference

HtmlReader class

HtmlReader members

Microsoft.Exchange.Data.TextConverters namespace