HttpApplication.PreRequestHandlerExecute 事件

定義

發生在 ASP.NET 開始執行事件處理程序(例如頁面或 XML Web 服務)之前。

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

事件類型

備註

欲了解更多如何處理事件的資訊,請參閱 「處理與提升事件」。

適用於

另請參閱