Gets the URL from the root of the site.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ReadOnly Property RawUrl As String
Get
property String^ RawUrl {
String^ get ();
}
abstract RawUrl : string with get
Property Value
Type:
StringRemarks
For the request address 'http://127.0.0.1/MySite/MyPage.html", where MySite is the server root,
this would return '/MySite/MyPage.html'.
See Also