HttpContextBase.CurrentNotification Propiedad

Definición

Cuando se reemplaza en una clase derivada, obtiene un RequestNotification valor que indica el HttpApplication evento que se está procesando actualmente.

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

Valor de propiedad

Uno de los RequestNotification valores.

Excepciones

Se aplica a