Click or drag to resize

BasicHtmlForm Constructor

Initializes a new instance of the BasicHtmlForm class.

Namespace:  NScrape.Forms
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public BasicHtmlForm(
	IWebClient webClient
)

Parameters

webClient
Type: NScrapeIWebClient
Contains the web client to be used to request and submit the form.
See Also