A root document that is a kind of subclass of HtmlElement
HtmlDocument
01 Syntax
Microsoft.VisualBasic.MIME.Html.Document.HtmlDocument
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| LoadDocument | 1 | 假设所加载的html文档是完好的格式的,即没有不匹配的标签的 |
03 Members
LoadDocument(
String, Boolean)假设所加载的html文档是完好的格式的,即没有不匹配的标签的
Parameters
| Name | Type | Description |
|---|---|---|
handle | String | document text or url or file path |
strip | Boolean | do html document text cleanup at first? includes removes javascript block, css block and html comments. |