IProcessHostSupportFunctions.MapPath(String, String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得相對 URL 的實體路徑。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
void MapPath(System::String ^ appId, System::String ^ virtualPath, [Runtime::InteropServices::Out] System::String ^ % physicalPath);
public void MapPath (string appId, string virtualPath, out string physicalPath);
abstract member MapPath : string * string * string -> unit
Public Sub MapPath (appId As String, virtualPath As String, ByRef physicalPath As String)
參數
- appId
- String
應用程式識別碼。
- virtualPath
- String
要對應的相對 URL。
- physicalPath
- String
相對 URL 的實體路徑。
備註
MapPath.NET Framework 3.5 引進。 如需詳細資訊,請參閱版本和相依性。