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