1 override of Session
Microsoft.AspNetCore.Http (1)
DefaultHttpContext.cs (1)
198
public override ISession
Session
5 references to Session
Microsoft.AspNetCore.Components.Endpoints (2)
TempData\SessionStorageTempDataProvider.cs (2)
30
var session = context.
Session
;
66
var session = context.
Session
;
Microsoft.AspNetCore.Http (1)
Features\DefaultSessionFeature.cs (1)
8
/// <see cref="HttpContext.
Session
"/> property without the need for creating a <see cref="ISessionFeature"/>.
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
SessionStateTempDataProvider.cs (2)
33
var session = context.
Session
;
52
var session = context.
Session
;