Page.MapPath Method
.NET Framework 2.0
Retrieves the physical path that a virtual path, either absolute or relative, or an application-relative path maps to.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public String MapPath ( String virtualPath )
public function MapPath ( virtualPath : String ) : String
Not applicable.
Parameters
- virtualPath
A String that represents the virtual path.
Return Value
The physical path associated with the virtual path or application-relative path.Community Additions
ADD
Show:
Caution: