HttpServerUtilityBase.MapPath(String) Method

Definition

When overridden in a derived class, returns the physical file path that corresponds to the specified virtual path on the Web server.

public:
 virtual System::String ^ MapPath(System::String ^ path);
public virtual string MapPath (string path);
abstract member MapPath : string -> string
override this.MapPath : string -> string
Public Overridable 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

Applies to