HtmlNodeCollectionResetParent Method

Reset the parent property on the child nodes and their descendants.

Definition

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

Parameters

nodes  HtmlNodeCollection
Nodes at which to being reset.

See Also