HtmlNodeItemCopyContent Method
Copy the content from the source node to the target node.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static void CopyContent(
HtmlNodeItem source,
HtmlNodeItem target
)
Public Shared Sub CopyContent (
source As HtmlNodeItem,
target As HtmlNodeItem
)
No code example is currently available or this language may not be supported.
Parameters
- source HtmlNodeItem
-
Node containing content to be copied.
- target HtmlNodeItem
-
Instance of a Node prepared to receive content.
The previous content of the Target node will be overwritten.