Click or drag to resize

HtmlFormActionUrl Property

Gets the action URL of the form.

Namespace:  NScrape.Forms
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
protected Uri ActionUrl { get; }

Property Value

Type: Uri
Remarks
The action URL is URL to which the form shall be submitted. If the form does not specify an action URL, the form URL shall be used.
See Also