HttpServerUtilityWrapper.MapPath(String) Method

Definition

Returns the physical file path that corresponds to the specified virtual path on the Web server.

public:
 override System::String ^ MapPath(System::String ^ path);
public override string MapPath (string path);
override this.MapPath : string -> string
Public Overrides Function MapPath (path As String) As String

Parameters

path
String

The virtual path to get the physical path for.

Returns

The physical file path that corresponds to path.

Exceptions

The current HttpContext object is null.

Applies to