Gets the physical path file system path corresponding to the requested URL.
[Visual Basic] Public ReadOnly Property PhysicalPath As String [C#] public string PhysicalPath {get;} [C++] public: __property String* get_PhysicalPath(); [JScript] public function get PhysicalPath() : String;
A string representing the file system path of the current request.
HttpRequest Class | HttpRequest Members | System.Web Namespace