HttpContextBase.CurrentNotification Property

Definition

When overridden in a derived class, gets a RequestNotification value that indicates the HttpApplication event that is currently processing.

public:
 virtual property System::Web::RequestNotification CurrentNotification { System::Web::RequestNotification get(); };
public virtual System.Web.RequestNotification CurrentNotification { get; }
member this.CurrentNotification : System.Web.RequestNotification
Public Overridable ReadOnly Property CurrentNotification As RequestNotification

Property Value

One of the RequestNotification values.

Exceptions

Applies to