HttpApplication.BeginRequest 事件

定義

當 ASP.NET 回應請求時,作為 HTTP 管線執行鏈中的第一個事件發生。

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

事件類型

備註

BeginRequest 事件表示任何新請求的建立。 此事件總是會被提出,且是申請處理過程中最先發生的事件。

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

適用於

另請參閱