| HtmlNodePrependChild Method  | 
            Adds the specified node to the beginning of the list of children of this node.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic HtmlNode PrependChild(
	HtmlNode newChild
)
Public Function PrependChild ( 
	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