HtmlNodeItemGetDocument Method
Return a reference to the HTML document to which this item is
associated.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static HtmlDocument GetDocument(
HtmlNodeItem node
)
Public Shared Function GetDocument (
node As HtmlNodeItem
) As HtmlDocument
No code example is currently available or this language may not be supported.
- node HtmlNodeItem
-
Reference to the node to test.
HtmlDocument
Reference to the root document to which this item is associated.