| HtmlNodeSelectSingleNode Method  | 
            Selects the first XmlNode that matches the XPath expression.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic HtmlNode SelectSingleNode(
	string xpath
)
Public Function SelectSingleNode ( 
	xpath As String
) As HtmlNode
Parameters
- xpath
 - Type: SystemString
The XPath expression. May not be null. 
Return Value
Type: 
HtmlNodeThe first 
HtmlNode that matches the XPath query or a null reference if no matching node was found.
See Also