Click or drag to resize

HtmlNodeCopyFrom Method (HtmlNode, Boolean)

Creates a duplicate of the node.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public void CopyFrom(
	HtmlNode node,
	bool deep
)

Parameters

node
Type: WorkflowGen.My.HtmlAgilityPackHtmlNode
The node to duplicate. May not be null.
deep
Type: SystemBoolean
true to recursively clone the subtree under the specified node, false to clone only the node itself.
See Also