Click or drag to resize

HtmlNodeCopyFrom Method (HtmlNode)

Creates a duplicate of the node and the subtree under it.

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
)

Parameters

node
Type: WorkflowGen.My.HtmlAgilityPackHtmlNode
The node to duplicate. May not be null.
See Also