HtmlNodeCollectionAdd Method

Create a new HtmlNodeItem, add it to the Collection, and return it to the caller.

Definition

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

Return Value

HtmlNodeItem
Newly created and added HtmlNodeItem.

See Also