HttpRequestBase.CurrentExecutionFilePath 属性

定义

在派生类中替代时,获取当前请求的虚拟路径。

public:
 virtual property System::String ^ CurrentExecutionFilePath { System::String ^ get(); };
public virtual string CurrentExecutionFilePath { get; }
member this.CurrentExecutionFilePath : string
Public Overridable ReadOnly Property CurrentExecutionFilePath As String

属性值

String

当前正在执行的页处理程序的虚拟路径。

例外

注解

CurrentExecutionFilePath属性返回当前正在执行的页面处理程序的文件路径。

使用 方法或 方法重定向请求时,属性将返回要重定向到该子页 (HttpServerUtility.Execute HttpServerUtility.Transfer CurrentExecutionFilePath 页) 。 但是,当客户端重定向到另一页时, FilePath 属性将返回原始页面的路径。

适用于