HtmlHelper/SelectHtmlNodesByClassName

Searches HTML at a specified URL by class value and returns a collection of strings.

Request Information

Parameters

NameDescriptionType
url

Retrieval URL

String

ClassName

XPath format string

String

BasicAuthenticationId

Basic authentication username

String

BasicAuthenticationPassword

Basic authentication password

String

Response Information

Response Description

DescriptionType

A collection of HTML elements with the specified class, in string format.

IEnumerable`1