Gets the URL of the page where the form is located.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public Uri FormUrl { get; protected set; }
Public Property FormUrl As Uri
Get
Protected Set
public:
property Uri^ FormUrl {
Uri^ get ();
protected: void set (Uri^ value);
}
member FormUrl : Uri with get, set
Property Value
Type:
UriSee Also