Compartir a través de


HtmlReader Constructor

Include Protected Members
Include Inherited Members

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