Click or drag to resize

WebResponseValidatorValidateHtmlResponse Method

Validates a WebResponse to be of type Html.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public static HtmlWebResponse ValidateHtmlResponse(
	WebResponse response,
	string message
)

Parameters

response
Type: NScrapeWebResponse
The web response to be validated.
message
Type: SystemString
The error message to be used to generate an exception if the validation fails.

Return Value

Type: HtmlWebResponse
The web response cast as an HtmlWebResponse.
See Also