HtmlNodeCollectionAddText Method
Add basic text as a node.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 26.2218.4544
public HtmlNodeItem AddText(
string value,
bool treatTextAsNodes
)
Public Function AddText (
value As String,
treatTextAsNodes As Boolean
) As HtmlNodeItem
No code example is currently available or this language may not be supported.
- value String
-
Node text to add.
- treatTextAsNodes Boolean
-
Value indicating whether to treat text as nodes.
HtmlNodeItem
Reference to the node containing inner text.