Click or drag to resize

HtmlNodePrependChildren Method

Adds the specified node list to the beginning of the list of children of this node.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public void PrependChildren(
	HtmlNodeCollection newChildren
)

Parameters

newChildren
Type: WorkflowGen.My.HtmlAgilityPackHtmlNodeCollection
The node list to add. May not be null.
See Also