HtmlHelper/SelectHtmlNodesByQuery
Searches HTML retrieved from a URL with XPath and returns a collection of strings.
Request Information
Parameters
Name | Description | Type |
---|---|---|
url |
Retrieval URL |
String |
xpath |
XPath format string |
String |
BasicAuthenticationId |
Basic authentication username |
String |
BasicAuthenticationPassword |
Basic authentication password |
String |
Response Information
Response Description
Description | Type |
---|---|
A collection of HTML elements that match the specified Xpath. |
IEnumerable`1 |