Freigeben über


HttpContextBase.ApplicationInstance Eigenschaft

Definition

Ruft beim Überschreiben in einer abgeleiteten Klasse das HttpApplication-Objekt für die aktuelle HTTP-Anforderung ab oder legt es fest.

public:
 virtual property System::Web::HttpApplication ^ ApplicationInstance { System::Web::HttpApplication ^ get(); void set(System::Web::HttpApplication ^ value); };
public virtual System.Web.HttpApplication ApplicationInstance { get; set; }
member this.ApplicationInstance : System.Web.HttpApplication with get, set
Public Overridable Property ApplicationInstance As HttpApplication

Eigenschaftswert

HttpApplication

Das Objekt für die aktuelle HTTP-Anforderung.

Ausnahmen

Gilt für