SimpleWorkerRequest.MapPath Method (String)

 

Returns the physical path corresponding to the specified virtual path.

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

Public Overrides Function MapPath (
	path As String
) As String

Parameters

path
Type: System.String

The virtual path.

Return Value

Type: System.String

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

.NET Framework
Available since 1.1
Return to top
Show: