HttpRequestWrapper::MapPath Method

 

Maps the virtual path in the requested URL to a physical path on the server.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodMapPath(String^)

Maps the specified virtual path to a physical path on the server.(Overrides HttpRequestBase::MapPath(String^).)

System_CAPS_pubmethodMapPath(String^, String^, Boolean)

Maps the specified virtual path to a physical path on the server.(Overrides HttpRequestBase::MapPath(String^, String^, Boolean).)

Return to top
Show: