IDocumentDocumentElement Property |
Gets the document HTML element that usually represents HTML tag.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax IElement DocumentElement { get; }
Property Value
Type:
IElement
The document HTML element that usually represents HTML tag.
Can be null if the document element is not
available (e.g. the web page of this document was disposed).
See Also