HttpApplication.PreRequestHandlerExecute イベント

定義

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

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

イベントの種類

注釈

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

適用対象

こちらもご覧ください