Click or drag to resize

HtmlNodeRemoveChild Method (HtmlNode, Boolean)

Removes the specified child node.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public HtmlNode RemoveChild(
	HtmlNode oldChild,
	bool keepGrandChildren
)

Parameters

oldChild
Type: WorkflowGen.My.HtmlAgilityPackHtmlNode
The node being removed. May not be null.
keepGrandChildren
Type: SystemBoolean
true to keep grand children of the node, false otherwise.

Return Value

Type: HtmlNode
The node removed.
See Also