HttpWorkerRequest.GetFilePathTranslated 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回请求的 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 的已转换的物理文件路径。