HtmlReader constructor
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