| HtmlNodeSelectNodes Method  | 
            Selects a list of nodes matching the 
XPath expression.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic HtmlNodeCollection SelectNodes(
	string xpath
)
Public Function SelectNodes ( 
	xpath As String
) As HtmlNodeCollection
Parameters
- xpath
 - Type: SystemString
The XPath expression. 
Return Value
Type: 
HtmlNodeCollectionAn 
HtmlNodeCollection containing a collection of nodes matching the 
XPath query, or 
null if no node matched the XPath expression.
See Also