1 write to TempDataValue
BasicWebSite (1)
Controllers\TestingController.cs (1)
148TempDataValue = (int)TempData["Value"],
1 reference to TempDataValue
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TestingInfrastructureTests.cs (1)
167Assert.Equal(4, handlerResponse.TempDataValue);