HtmlNodeCollectionAdd(String, Boolean) 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,
bool parse
)
Public Function Add (
value As String,
parse As Boolean
) As HtmlNodeItem
No code example is currently available or this language may not be supported.
- value String
-
Element formatted content.
- parse Boolean
-
Value indicating whether or not to parse multiple nodes in value.
HtmlNodeItem
Reference to the newly created and added node.