HttpContextWrapper.Session Eigenschap

Definitie

Hiermee haalt u het HttpSessionStateBase object op voor de huidige HTTP-aanvraag.

public:
 virtual property System::Web::HttpSessionStateBase ^ Session { System::Web::HttpSessionStateBase ^ get(); };
public override System.Web.HttpSessionStateBase Session { get; }
member this.Session : System.Web.HttpSessionStateBase
Public Overrides ReadOnly Property Session As HttpSessionStateBase

Waarde van eigenschap

Het sessiestatusobject voor de huidige HTTP-aanvraag.

Van toepassing op