HttpContextBase.IsPostNotification Eigenschaft

Definition

Ruft beim Überschreiben einer abgeleiteten Klasse einen Wert ab, der anzeigt, ob ein HttpApplication-Ereignis die Verarbeitung fertig gestellt hat.

public:
 virtual property bool IsPostNotification { bool get(); };
public virtual bool IsPostNotification { get; }
member this.IsPostNotification : bool
Public Overridable ReadOnly Property IsPostNotification As Boolean

Eigenschaftswert

true, wenn das Ereignis die Verarbeitung fertig gestellt hat, andernfalls false.

Ausnahmen

Gilt für: