Share via


IProcessHostSupportFunctions.MapPath(String, String, String) Méthode

Définition

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.

S’applique à