Click or drag to resize

HtmlFormLoad Method (Uri, HtmlFormDefinition)

Loads the form specified by the provided form definition.

Namespace:  NScrape.Forms
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public void Load(
	Uri formUrl,
	HtmlFormDefinition formDefinition
)

Parameters

formUrl
Type: SystemUri
Contains the URL where the page containing the form resides.
formDefinition
Type: NScrape.FormsHtmlFormDefinition
Contains the form definition.
See Also