HtmlNodeCollectionAdd(HtmlNodeItem) Method

Add an existing HtmlNodeItem to the Collection.

Definition

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

Parameters

value  HtmlNodeItem
The HtmlNodeItem Item to add to the Collection.

See Also