Initialises a new instance of the Url class using the attributes of this Url,
but with the specified reference (replacing the existing reference,
also known as the fragment ID, if present).
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Parameters
- reference
- Type: System String
The new reference.
Return Value
A new Url object which is the same as this Url but with the specified reference.Remarks
e.g. http://www.myCompany.co.uk/index.php#chapter3
See Also