Loads the HTML document from the specified string.
- html (String)
- The content to be loaded as HTML document.
| Exception | Condition |
|---|---|
| ArgumentNullException | The html parameter is null. |
| HtmlParserException | An error is encountered during the parsing operation. |