Click or drag to resize
HtmlNodeAppendChildren Method
Adds the specified node to the end of the list of children of this node.

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

Parameters

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