Gets the username specified in this Url.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Field Value
The username specified in this Url, or an empty string if no username is specified.Remarks
e.g. http://username:password@www.myCompany.co.uk
Note |
---|
A Url object is immutable - that is, it cannot be changed after it has been created. To modify the username, call WithCredentials(String, String) to get a new Url object with the required modification. |
See Also