Udostępnij za pośrednictwem


UserMapPath.GetAppPathForPath(String, String) Metoda

Definicja

Zwraca nazwę katalogu wirtualnego, który jest skojarzony z określoną witryną.

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

Parametry

siteID
String

Unikatowy identyfikator witryny.

path
String

Adres URL skojarzony z witryną.

Zwraca

Wartość musi być unikatowa siteID . Wartość siteID rozróżnia witryny o tej samej nazwie.

Implementuje

Dotyczy