IProcessHostSupportFunctions.MapPath(String, String, String) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.