Property Url
- Namespace
- DotNetBrowser.Passwords
- Assembly
- DotNetBrowser.dll
Url
Gets the URL of the page where the form was submitted.
public string Url { get; }
Property Value
- string
The URL of the page where the form was submitted.
Remarks
For saved records, this is the full URL of the form page, including the path
(e.g. https://example.com/login.php).
For blacklisted records (created via NeverSave),
this is the origin URL containing only the scheme, host, and port
(e.g. https://example.com/).