Click or drag to resize

HtmlFormSubmitHtmlRequest Method

Submits the form, specifying the request data.

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

Parameters

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

Return Value

Type: HtmlWebResponse
The HTML response from the server.
Remarks
This method is convenient for forms that are known to return an HTML response. Requests shall be automatically redirected if necessary.
See Also