NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpRequest.PhysicalPath

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;

Property Value

A string representing the file system path of the current request.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace