Initialises a new instance of the Url class, from the specified urlText.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Parameters
- urlText
- Type: System String
A string representation of a URL.
Examples
// This will have the default HTTP port (80) Url url = new Url("http://www.myCompany.co.uk/index.php");
See Also