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

Definição

Obtém o caminho físico de uma URL relativa.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu código.

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)

Parâmetros

appId
String

O ID do aplicativo.

virtualPath
String

A URL relativa do mapa.

physicalPath
String

O caminho físico da URL relativa.

Observações

MapPath é introduzido no .NET Framework 3.5. Para mais informações, consulte Versões e Dependências.

Aplica-se a