HtmlDocument {Microsoft.VisualBasic.MIME.Html.Document} | .NET clr documentation |
A root document that is a kind of subclass of HtmlElement
# namespace Microsoft.VisualBasic.MIME.Html.Document
export class HtmlDocument extends HtmlElement {
Attributes: ValueAttribute[];
class: string;
HtmlElements: InnerPlantText[];
id: string;
InnerText: string;
IsEmpty: boolean;
IsPlantText: boolean;
name: string;
OnlyInnerText: boolean;
TagName: string;
}
Attributes
: ValueAttributeHtmlElements
: InnerPlantText