HttpRequest::MapPath Method (String, String, Boolean)
Maps the specified virtual path to a physical path.
Assembly: System.Web (in System.Web.dll)
public: String^ MapPath( String^ virtualPath, String^ baseVirtualDir, bool allowCrossAppMapping )
Parameters
- virtualPath
- Type: System::String
The virtual path (absolute or relative) for the current request.
- baseVirtualDir
- Type: System::String
The virtual base directory path used for relative resolution.
- allowCrossAppMapping
- Type: System::Boolean
true to indicate that virtualPath may belong to another application; otherwise, false.
| Exception | Condition |
|---|---|
| HttpException | allowCrossMapping is false and virtualPath belongs to another application. |
| HttpException | No HttpContext object is defined for the request. |
Caution: |
|---|
The MapPath property potentially contains sensitive information about the hosting environment. The return value should not be displayed to users. |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Caution: