共用方式為


IConfigMapPath.MapPath(String, String) 方法

定義

根據網站識別碼以及與網站相關聯的 URL,取得實體目錄路徑。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 System::String ^ MapPath(System::String ^ siteID, System::String ^ path);
public string MapPath (string siteID, string path);
abstract member MapPath : string * string -> string
Public Function MapPath (siteID As String, path As String) As String

參數

siteID
String

網站的唯一識別項。

path
String

與網站相關聯的 URL。

傳回

String

實體目錄路徑。

備註

MapPath在 .NET Framework 版本3.5 中引進。 如需詳細資訊,請參閱版本和相依性

適用於