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
値によって同一の名前を持つサイトを識別できます。
実装
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET