System.Web Namespace HttpWorkerRequest Class
Returns the physical path corresponding to the specified virtual path.
[ VB ]
<ComVisible ( False ) >
Overridable Public Function MapPath ( _
ByVal virtualPath As String _
) As String
[ C# ]
[ ComVisible ( false ) ]
public virtual string MapPath (
string virtualPath
);
[ C++ ]
[ ComVisible ( false ) ]
public: virtual String* MapPath (
String* virtualPath
);
[ JScript ]
public ComVisible ( false )
function MapPath (
virtualPath : String
) : String;
- virtualPath
- The virtual path.
The physical path that corresponds to the virtual path specified in the virtualPath parameter.
HttpWorkerRequest Members HttpRuntime Class