Gets the virtual path of current request.
[Visual Basic] Public ReadOnly Property Path As String [C#] public string Path {get;} [C++] public: __property String* get_Path(); [JScript] public function get Path() : String;
Virtual path of the current request.
HttpRequest Class | HttpRequest Members | System.Web Namespace