HttpRequestBase::MapPath Method (String^)
.NET Framework (current version)
When overridden in a derived class, maps the specified virtual path to a physical path on the server.
Assembly: System.Web (in System.Web.dll)
Parameters
- virtualPath
-
Type:
System::String^
The virtual path (absolute or relative) to map to a physical path.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: