Gets the URL of the request.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ReadOnly Property Url As Uri
Get
property Uri^ Url {
Uri^ get ();
}
abstract Url : Uri with get
Property Value
Type:
UriRemarks
This is the full address of the requested page, e.g. 'http://127.0.0.1/MySite/MyPage.html'.
See Also