HtmlHelper/SelectHtmlNodesByClassName
Searches HTML at a specified URL by class value and returns a collection of strings.
Request Information
Parameters
| Name | Description | Type |
|---|---|---|
| url |
Retrieval URL |
String |
| ClassName |
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 with the specified class, in string format. |
IEnumerable`1 |