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

返回

请求的 URI 的已转换的物理文件路径。

适用于