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; }
Protected ReadOnly Property ActionUrl As Uri
Get
protected:
property Uri^ ActionUrl {
Uri^ get ();
}
member ActionUrl : Uri with get
Property Value
Type:
UriRemarks
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