HttpContextWrapper.CurrentNotification Property

Definition

Gets a RequestNotification value that indicates the current HttpApplication event that is processing.

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

Property Value

One of the RequestNotification values.

Applies to