HtmlNodeCollectionAdd(String) Method
Add a new HtmlNodeItem to the collection by its content.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public HtmlNodeItem Add(
string value
)
Public Function Add (
value As String
) As HtmlNodeItem
No code example is currently available or this language may not be supported.
- value String
-
Element formatted content.
HtmlNodeItem
Reference to the newly created and added node.