Click or drag to resize

BasicAspxFormSubmit Method

Submits the form to the server.

Namespace:  NScrape.Forms
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public WebResponse Submit(
	string eventTargetValue,
	string eventArgumentValue = ""
)

Parameters

eventTargetValue
Type: SystemString
Contains the value for __EVENTTARGET, the control doing the submission.
eventArgumentValue (Optional)
Type: SystemString
Contains the value for __EVENTARGUMENT, any additional information.

Return Value

Type: WebResponse
The server response.
See Also