HtmlNodeSelectSingleNode Method |
Selects the first XmlNode that matches the XPath expression.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public 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