Html Agility Pack HTML Selectors
Selectors allow you to select HTML nodes from HtmlDocument.
Methods
| Name | Description |
|---|---|
| SelectNodes() | Selects a list of nodes matching the XPath expression. |
| SelectSingleNode(String) | Selects the first XmlNode that matches the XPath expression. |