Document.DocumentElement
Document.DocumentElement property
This is a convenience attribute that allows direct access to the child node that is the document element of the document.
public Element DocumentElement { get; }
Property Value
The document element.
See Also
- class Element
- class Document
- package com.aspose.html.Dom
- package Aspose.HTML