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)
SyntaxReadOnly Property RawUrl As String
	Get
property String^ RawUrl {
	String^ get ();
}abstract RawUrl : string with get
Property Value
Type: 
String
Remarks
            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