Gets the reference (also known as the fragment ID) of this Url.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Field Value
The reference of this Url.Remarks
e.g. http://www.myCompany.co.uk/index.php#chapter3
Note |
---|
A Url object is immutable - that is, it cannot be changed after it has been created. To modify the reference, call WithReference(String) to get a new Url object with the required modification. |
See Also