HtmlReader Constructor
Include Protected Members
Include Inherited Members
The HtmlReader() constructor initializes a new instance of the HtmlReader class.
Overload List
Name | Description | |
---|---|---|
HtmlReader(TextReader) | The HtmlReader(TextReader) constructor initializes a new instance of the HtmlReader class that reads data from the specified text reader. | |
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