Click or drag to resize

HtmlFormSubmitRequest Method (String, Boolean, WebResponseType)

Submits the form, specifying the request data, redirection action, and the expected response type.

Namespace:  NScrape.Forms
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
protected WebResponse SubmitRequest(
	string requestData,
	bool autoRedirect,
	WebResponseType validType
)

Parameters

requestData
Type: SystemString
Contains the request data in application/x-www-form-urlencoded format.
autoRedirect
Type: SystemBoolean
true if the request should be automatically redirected; false otherwise.
validType
Type: NScrapeWebResponseType
Contains the expected response type.

Return Value

Type: WebResponse
The response from the server.
Remarks
This overload is convenient when the redirection action needs to be specified.
See Also