BasicHtmlForm Constructor |
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public BasicHtmlForm(
IWebClient webClient
)
Public Sub New (
webClient As IWebClient
)
public:
BasicHtmlForm(
IWebClient^ webClient
)
new :
webClient : IWebClient -> BasicHtmlForm
Parameters
- webClient
- Type: NScrapeIWebClient
Contains the web client to be used to request and submit the form.
See Also