IProcessHostSupportFunctions.MapPath(String, String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le chemin d'accès physique d'une URL relative.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
void MapPath(System::String ^ appId, System::String ^ virtualPath, [Runtime::InteropServices::Out] System::String ^ % physicalPath);
public void MapPath (string appId, string virtualPath, out string physicalPath);
abstract member MapPath : string * string * string -> unit
Public Sub MapPath (appId As String, virtualPath As String, ByRef physicalPath As String)
Paramètres
- appId
- String
L’ID de l'application.
- virtualPath
- String
L'URL relative à mapper.
- physicalPath
- String
Le chemin d'accès physique d'une URL relative.
Remarques
MapPath est introduit dans .NET Framework 3.5. Pour plus d’informations, consultez Versions et dépendances.