HttpApplication.PreRequestHandlerExecute イベント

定義

ASP.NET がイベント ハンドラー (ページや XML Web サービスなど) の実行を開始する直前に発生します。

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

イベントの種類

注釈

イベントの処理方法の詳細については、「イベントの 処理と発生」を参照してください。

適用対象

こちらもご覧ください