DocumentDocumentElement Property |
This is a convenience attribute that allows direct access to the child node that is the document element of the document.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.4
Syntaxpublic Element DocumentElement { get; }
Public ReadOnly Property DocumentElement As Element
Get
public:
property Element^ DocumentElement {
Element^ get ();
}
member DocumentElement : Element with get
Property Value
Type:
ElementThe document element.
See Also