HtmlNodeCollectionAdd(String) Method

Add a new HtmlNodeItem to the collection by its content.

Definition

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

Parameters

value  String
Element formatted content.

Return Value

HtmlNodeItem
Reference to the newly created and added node.

See Also