HttpServerUtilityWrapper::MapPath Method (String^)
.NET Framework (current version)
Returns the physical file path that corresponds to the specified virtual path on the Web server.
Assembly: System.Web (in System.Web.dll)
Parameters
- path
-
Type:
System::String^
The virtual path to get the physical path for.
| Exception | Condition |
|---|---|
| HttpException | The current HttpContext object is null. |
.NET Framework
Available since 3.5
Available since 3.5
Show: