HtmlNodeCollectionAdd(HtmlNodeItem) Method

Add an existing HtmlNodeItem to the Collection.

Definition

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

Parameters

value  HtmlNodeItem
The HtmlNodeItem Item to add to the Collection.

See Also