HtmlNodeCollectionAddText Method

Add basic text as a node.

Definition

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

Parameters

value  String
Node text to add.

Return Value

HtmlNodeItem
Reference to the node containing inner text.

See Also