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: 2.4.0.0 (2.4.0.0)
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