HttpContextWrapper.ApplicationInstance Eigenschap

Definitie

Hiermee 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 override System.Web.HttpApplication ApplicationInstance { get; set; }
member this.ApplicationInstance : System.Web.HttpApplication with get, set
Public Overrides Property ApplicationInstance As HttpApplication

Waarde van eigenschap

Het object voor de huidige HTTP-aanvraag.

Van toepassing op