サンプル プロジェクトに画像ファイルがあります。以下のURLを試しています。
Application_BeginRequest event
ファイルにがありGlobal.asax
ます。
protected void Application_BeginRequest(Object sender, EventArgs e)
{
}
クエリ- 上記の URL を直接入力して上記の画像を要求すると、このイベントが発生しません。
FROM MSDN - HttpApplication.BeginRequest イベント- ASP.NET が要求に応答するときに、実行の HTTP パイプライン チェーンの最初のイベントとして発生します。
I want to make my all request to fire `Application_BeginRequest` Event