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: 8.1.3.0 (8.1.3.20220620)
Syntax
public void AppendChildren(
	HtmlNodeCollection newChildren
)

Parameters

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