HttpServerUtilityWrapper.MapPath(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回對應於 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
要取得其實體路徑的虛擬路徑。
傳回
對應至 path
的實體檔案路徑。
例外狀況
目前的 HttpContext 物件是 null
。