Click or drag to resize
TextContentEventArgsPathAndFile Property
Gets the path and file of the request from root.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string PathAndFile { get; }

Property Value

Type: String
Remarks
If the server root is /Root then for the RawUrl of '/Root' this would return '/', for the RawUrl of '/Root/' it would also return '/', for '/Root/Page.htm' it would return '/Page.htm', '/Root/Folder/' it would return '/Folder/' and so on. Query strings are stripped off and escaped characters are unescaped.
See Also