HtmlNodeItemResetParent Method
Reset the parent property on the node and its descendants.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static void ResetParent(
HtmlNodeItem node
)
Public Shared Sub ResetParent (
node As HtmlNodeItem
)
No code example is currently available or this language may not be supported.
Parameters
- node HtmlNodeItem
-
Starting node at which to being reset.