HttpContextBase.ApplicationInstance Eigenschap

Definitie

Wanneer het object wordt overschreven in een afgeleide klasse, wordt het HttpApplication object opgehaald of ingesteld voor de huidige HTTP-aanvraag.

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

Waarde van eigenschap

Het object voor de huidige HTTP-aanvraag.

Uitzonderingen

Van toepassing op