HtmlNodeItemResetParent Method

Reset the parent property on the node and its descendants.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static void ResetParent(
	HtmlNodeItem node
)

Parameters

node  HtmlNodeItem
Starting node at which to being reset.

See Also