1 override of Session
Microsoft.AspNetCore.Http (1)
DefaultHttpContext.cs (1)
198
public override ISession
Session
4 references to Session
Microsoft.AspNetCore.Components.Endpoints (1)
SessionResolver.cs (1)
16
var session = httpContext.
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
;