HttpApplication.PreRequestHandlerExecute 事件

定义

恰好在 ASP.NET 开始执行事件处理程序(例如,某页或某个 XML Web services)前发生。

public:
 event EventHandler ^ PreRequestHandlerExecute;
public event EventHandler PreRequestHandlerExecute;
member this.PreRequestHandlerExecute : EventHandler 
Public Custom Event PreRequestHandlerExecute As EventHandler 

事件类型

EventHandler

注解

有关如何处理事件的详细信息,请参阅 处理和引发事件

适用于

另请参阅