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 的實體檔案路徑。

適用於