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: 2.4.0.0 (2.4.0.0)
Syntax
public void CopyFrom(
	HtmlNode node
)

Parameters

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