UserMapPath.GetAppPathForPath(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回與特定網站相關聯的虛擬目錄名稱。
public:
virtual System::String ^ GetAppPathForPath(System::String ^ siteID, System::String ^ path);
public string GetAppPathForPath (string siteID, string path);
abstract member GetAppPathForPath : string * string -> string
override this.GetAppPathForPath : string * string -> string
Public Function GetAppPathForPath (siteID As String, path As String) As String
參數
- siteID
- String
網站的唯一識別項。
- path
- String
與網站相關聯的 URL。
傳回
siteID
值必須是唯一的。
siteID
值會分辨具有相同名稱的網站。