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