HtmlNodeItemGetDocument Method

Return a reference to the HTML document to which this item is associated.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public static HtmlDocument GetDocument(
	HtmlNodeItem node
)

Parameters

node  HtmlNodeItem
Reference to the node to test.

Return Value

HtmlDocument
Reference to the root document to which this item is associated.

See Also