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.MapPath

Maps virtual path (in requested URL) to physical path on server for current request.

Overload List

Maps the given virtual path to a physical path.

[Visual Basic] Overloads Public Function MapPath(String) As String
[C#] public string MapPath(String);
[C++] public: String* MapPath(String*);
[JScript] public function MapPath(String) : String;

Maps the given virtual path to a physical path.

[Visual Basic] Overloads Public Function MapPath(String, String) As String
[C#] public string MapPath(String, String);
[C++] public: String* MapPath(String*, String*);
[JScript] public function MapPath(String, String) : String;

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace