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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph