Click or drag to resize

HtmlNodePrependChild Method

Adds the specified node to the beginning 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 HtmlNode PrependChild(
	HtmlNode newChild
)

Parameters

newChild
Type: WorkflowGen.My.HtmlAgilityPackHtmlNode
The node to add. May not be null.

Return Value

Type: HtmlNode
The node added.
See Also