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