Click or drag to resize

HtmlFormLoad Method (Uri, String, Int32)

Loads the form specified by ordinal in the provided HTML.

Namespace:  NScrape.Forms
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public void Load(
	Uri formUrl,
	string formHtml,
	int formOrdinal = 0
)

Parameters

formUrl
Type: SystemUri
Contains the URL where the page containing the form resides.
formHtml
Type: SystemString
Contains the HTML text containing the form.
formOrdinal (Optional)
Type: SystemInt32
Contains the zero-based ordinal of the form to load.
Remarks
The specified (zero-based ordinal) form in the provided HTML text shall be loaded.
See Also