1 override of Session
Microsoft.AspNetCore.Http (1)
DefaultHttpContext.cs (1)
198public override ISession Session
5 references to Session
Microsoft.AspNetCore.Components.Endpoints (2)
TempData\SessionStorageTempDataProvider.cs (2)
30var session = context.Session; 66var 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)
33var session = context.Session; 52var session = context.Session;