Table of Contents

Property DocumentElement

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

DocumentElement

Gets the document HTML element that usually represents HTML tag.

IElement DocumentElement { get; }

Property Value

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).