HtmlNodeCollectionAdd(String, Boolean) 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,
	bool parse
)

Parameters

value  String
Element formatted content.
parse  Boolean
Value indicating whether or not to parse multiple nodes in value.

Return Value

HtmlNodeItem
Reference to the newly created and added node.

See Also