HtmlNodeItemCopy Method
Create an exact copy of the specified Node and its hierarchy.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static HtmlNodeItem Copy(
HtmlNodeItem value
)
Public Shared Function Copy (
value As HtmlNodeItem
) As HtmlNodeItem
No code example is currently available or this language may not be supported.
- value HtmlNodeItem
-
Node to copy.
HtmlNodeItem
Newly created Node.