HttpApplication.BeginRequest 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當 ASP.NET 回應請求時,作為 HTTP 管線執行鏈中的第一個事件發生。
public:
event EventHandler ^ BeginRequest;
public event EventHandler BeginRequest;
member this.BeginRequest : EventHandler
Public Custom Event BeginRequest As EventHandler
事件類型
備註
該 BeginRequest 事件表示任何新請求的建立。 此事件總是會被提出,且是申請處理過程中最先發生的事件。
欲了解更多如何處理事件的資訊,請參閱 「處理與提升事件」。