HttpServerUtilityWrapper.MapPath(String) 方法

定义

返回物理路径,该路径对应于 Web 服务器上指定的虚拟路径。

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

参数

path
String

要为其获取物理路径的虚拟路径。

返回

String

对应于 path 的物理文件路径。

例外

当前 HttpContext 对象为 null

适用于