HtmlNodeCollectionAddText Method

Add basic text as a node.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 26.2218.4544
C#
public HtmlNodeItem AddText(
	string value,
	bool treatTextAsNodes
)

Parameters

value  String
Node text to add.
treatTextAsNodes  Boolean
Value indicating whether to treat text as nodes.

Return Value

HtmlNodeItem
Reference to the node containing inner text.

See Also