HtmlFormActionUrl Property |
Gets the action URL of the form.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntaxprotected Uri ActionUrl { get; }
Protected ReadOnly Property ActionUrl As Uri
Get
protected:
property Uri^ ActionUrl {
Uri^ get ();
}
member ActionUrl : Uri with 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