asp.net.ph

HttpWorkerRequest.MapPath Method

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;

Parameters

virtualPath
The virtual path.

Return Value

The physical path that corresponds to the virtual path specified in the virtualPath parameter.

See Also

HttpWorkerRequest Members   HttpRuntime Class Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note