共用方式為


HttpWorkerRequest.GetFilePathTranslated 方法

定義

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

public:
 virtual System::String ^ GetFilePathTranslated();
public virtual string GetFilePathTranslated ();
abstract member GetFilePathTranslated : unit -> string
override this.GetFilePathTranslated : unit -> string
Public Overridable Function GetFilePathTranslated () As String

傳回

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

適用於