Html Agility Pack HTML Utilities
HtmlDocument Utilities
HtmlDocument Methods
| Name | Description |
|---|---|
| DetectEncoding(Stream) | Detects the encoding of an HTML stream. |
| DetectEncoding(TextReader) | Detects the encoding of an HTML text provided in a TextReader. |
| DetectEncoding(String) | Detects the encoding of an HTML file. |
| DetectEncodingAndLoad(String) | Detects the encoding of an HTML document from a file first, and then loads the file. |
| DetectEncodingAndLoad(String, Boolean) | Detects the encoding of an HTML document from a file first, and then loads the file. |