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