HttpContextBase.Application Eigenschap

Definitie

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

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

Waarde van eigenschap

Het toepassingsstatusobject voor de huidige HTTP-aanvraag.

Uitzonderingen

Van toepassing op