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; }

See Also