SimpleWorkerRequest.GetFilePathTranslated Método
Definição
Retorna o caminho de arquivo físico para o URI solicitado (e converte-o de caminho virtual para caminho físico: por exemplo, de "/proj1/page.aspx" para "c:\dir\page.aspx")Returns the physical file path to the requested URI (and translates it from virtual path to physical path: for example, "/proj1/page.aspx" to "c:\dir\page.aspx")
public:
override System::String ^ GetFilePathTranslated();
public override string GetFilePathTranslated ();
override this.GetFilePathTranslated : unit -> string
Public Overrides Function GetFilePathTranslated () As String
Retornos
O caminho de arquivo físico convertido para o URI solicitado.The translated physical file path to the requested URI.