HttpContextBase.Application Eigenschaft

Definition

Ruft beim Überschreiben in einer abgeleiteten Klasse das HttpApplicationState-Objekt für die aktuelle HTTP-Anforderung ab.

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

Eigenschaftswert

HttpApplicationStateBase

Das Anwendungszustandsobjekt für die aktuelle HTTP-Anforderung.

Ausnahmen

Gilt für