HttpRequestWrapper.CurrentExecutionFilePath 属性

定义

获取当前请求的虚拟路径。

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 属性将返回要重定向到 (子页) 的页面的路径。

适用于