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는 고유해야 합니다. 두 사이트가 동일한 ID를 공유할 수 없습니다. siteID는 동일한 이름을 가진 사이트를 구별합니다.

설명

GetAppPathForPath .NET Framework 버전 3.5에서에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상