HtmlNodeAppendChild Method |
Adds the specified node to the end of the list of children of this node.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public HtmlNode AppendChild(
HtmlNode newChild
)
Public Function AppendChild (
newChild As HtmlNode
) As HtmlNode
Parameters
- newChild
- Type: WorkflowGen.My.HtmlAgilityPackHtmlNode
The node to add. May not be null.
Return Value
Type:
HtmlNodeThe node added.
See Also