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