SimpleWorkerRequest.GetFilePathTranslated 方法

定義

傳回所要求 URI 的實體檔案路徑 (並且將它從虛擬路徑轉譯為實體路徑:例如,「/proj1/page.aspx」為「c:\dir\page.aspx」)。

public:
 override System::String ^ GetFilePathTranslated();
public override string GetFilePathTranslated ();
override this.GetFilePathTranslated : unit -> string
Public Overrides Function GetFilePathTranslated () As String

傳回

String

所要求 URI 之轉譯的實體檔案路徑。

適用於