Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
イベント ハンドラーを EndRequest にバインドした HttpModule があります。
イベントハンドラ内でリクエストを処理する方法はありますか? つまり、コードを実行してリクエストを動かし続けたいだけではありません。コードを完全に停止し、ステータス コード 200 を返し、リクエストがパイプライン。
HttpContext.Current.ApplicationInstance.CompleteRequest();
ドキュメンテーション