Initializes a new instance of the
BasicForm class.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax protected BasicForm(
IWebClient webClient
)
Protected Sub New (
webClient As IWebClient
)
protected:
BasicForm(
IWebClient^ webClient
)
new :
webClient : IWebClient -> BasicForm
Parameters
- webClient
- Type: NScrapeIWebClient
Contains the web client to be used to request and submit the form.
See Also