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 (String)

Maps the given virtual path to a physical path.

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

Parameters

virtualPath
The virtual path (absolute or relative) for the current request.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace | HttpRequest.MapPath Overload List