Click or drag to resize

IDocumentDocumentElement Property

Gets the document HTML element that usually represents HTML tag.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
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