HtmlHelper/SelectHtmlNodesByQuery

Searches HTML retrieved from a URL with XPath and returns a collection of strings.

Request Information

Parameters

NameDescriptionType
url

Retrieval URL

String

xpath

XPath format string

String

BasicAuthenticationId

Basic authentication username

String

BasicAuthenticationPassword

Basic authentication password

String

Response Information

Response Description

DescriptionType

A collection of HTML elements that match the specified Xpath.

IEnumerable`1