Click or drag to resize

HtmlFormSubmitRedirectRequest Method

Submits the form, specifying the request data.

Namespace:  NScrape.Forms
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
protected RedirectedWebResponse SubmitRedirectRequest(
	string requestData
)

Parameters

requestData
Type: SystemString
Contains the request data in application/x-www-form-urlencoded format.

Return Value

Type: RedirectedWebResponse
The redirection response from the server.
Remarks
This method is convenient for forms that are known to return a redirection response.
See Also