Implemented interface member:
property
Session
Microsoft.AspNetCore.Http.Features.ISessionFeature.Session
1 write to Session
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
SessionStateTempDataProviderTest.cs (1)
83
httpContext.Features.Set<ISessionFeature>(new SessionFeature() {
Session
= new TestSession() });