HttpContextWrapper.ApplicationInstance Eigenschaft

Definition

Ruft das HttpApplication-Objekt für die aktuelle HTTP-Anforderung ab oder legt dieses fest.

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

Eigenschaftswert

Das Objekt für die aktuelle HTTP-Anforderung.

Gilt für: