Click or drag to resize

HtmlNodeRemoveChild Method (HtmlNode)

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
)

Parameters

oldChild
Type: WorkflowGen.My.HtmlAgilityPackHtmlNode
The node being removed. May not be null.

Return Value

Type: HtmlNode
The node removed.
See Also