HttpRequestWrapper.CurrentExecutionFilePath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取当前请求的虚拟路径。
public:
virtual property System::String ^ CurrentExecutionFilePath { System::String ^ get(); };
public override string CurrentExecutionFilePath { get; }
member this.CurrentExecutionFilePath : string
Public Overrides ReadOnly Property CurrentExecutionFilePath As String
属性值
当前正在执行的页处理程序的虚拟路径。
注解
属性 CurrentExecutionFilePath 返回当前正在执行的页面处理程序的文件路径。
使用 HttpServerUtility.Execute 方法或 HttpServerUtility.Transfer 方法重定向请求时, CurrentExecutionFilePath 属性将返回要重定向到 (子页) 的页面的路径。