HtmlNodeItemCopy Method

Create an exact copy of the specified Node and its hierarchy.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static HtmlNodeItem Copy(
	HtmlNodeItem value
)

Parameters

value  HtmlNodeItem
Node to copy.

Return Value

HtmlNodeItem
Newly created Node.

See Also