Sdílet prostřednictvím


IConfigMapPath.MapPath(String, String) Metoda

Definice

Získá cestu k fyzickému adresáři na základě ID webu a adresy URL přidružené k webu.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Parametry

siteID
String

Jedinečný identifikátor webu.

path
String

Adresa URL přidružená k webu.

Návraty

Cesta k fyzickému adresáři.

Poznámky

MapPath je zaveden v rozhraní .NET Framework verze 3.5. Další informace najdete v tématu Verze a závislosti.

Platí pro