HttpWorkerRequest::MapPath Method (String^)

 

Returns the physical path corresponding to the specified virtual path.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual String^ MapPath(
	String^ virtualPath
)

Parameters

virtualPath
Type: System::String^

The virtual path.

Return Value

Type: System::String^

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

.NET Framework
Available since 1.1
Return to top
Show: