次の方法で共有


IConfigMapPath.GetAppPathForPath(String, String) メソッド

定義

特定のサイトに関連付けられている仮想ディレクトリ名を取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

パラメーター

siteID
String

サイトの一意の識別子。

path
String

サイトに関連付けられている URL。

戻り値

String

siteID は一意である必要があります。 2 つのサイトで同じ ID が共有されることはありません。siteID によって同一の名前を持つサイトが識別されます。

注釈

GetAppPathForPath は .NET Framework バージョン3.5 で導入されました。 詳細については、「.NET Framework のバージョンおよび依存関係」を参照してください。

適用対象