HtmlNodeItemCopyContent Method

Copy the content from the source node to the target node.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static void CopyContent(
	HtmlNodeItem source,
	HtmlNodeItem target
)

Parameters

source  HtmlNodeItem
Node containing content to be copied.
target  HtmlNodeItem
Instance of a Node prepared to receive content.

Remarks

The previous content of the Target node will be overwritten.

See Also