Click or drag to resize
IRequestRawUrl Property
Gets the URL from the root of the site.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string RawUrl { 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