TextContentEventArgsPathAndFile Property |
Gets the path and file of the request from root.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string PathAndFile { get; }
Public ReadOnly Property PathAndFile As String
Get
public:
property String^ PathAndFile {
String^ get ();
}
member PathAndFile : string with get
Property Value
Type:
StringRemarks
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