HtmlDocument Properties |
The HtmlDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckSum |
Gets the document CRC32 checksum if OptionComputeChecksum was set to true before parsing, 0 otherwise.
| |
| DeclaredEncoding |
Gets the document's declared encoding.
Declared encoding is determined using the meta http-equiv="content-type" content="text/html;charset=XXXXX" html node.
| |
| DocumentNode |
Gets the root node of the document.
| |
| Encoding |
Gets the document's output encoding.
| |
| ParseErrors |
Gets a list of parse errors found in the document.
| |
| Remainder |
Gets the remaining text.
Will always be null if OptionStopperNodeName is null.
| |
| RemainderOffset |
Gets the offset of Remainder in the original Html text.
If OptionStopperNodeName is null, this will return the length of the original Html text.
| |
| StreamEncoding |
Gets the document's stream encoding.
|