HttpRequestBase.CurrentExecutionFilePath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中替代时,获取当前请求的虚拟路径。
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
属性值
当前正在执行的页处理程序的虚拟路径。
例外
注解
CurrentExecutionFilePath属性返回当前正在执行的页面处理程序的文件路径。
使用 方法或 方法重定向请求时,属性将返回要重定向到该子页 (HttpServerUtility.Execute HttpServerUtility.Transfer CurrentExecutionFilePath 页) 。 但是,当客户端重定向到另一页时, FilePath 属性将返回原始页面的路径。