1 implementation of Keep
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
TempDataDictionary.cs (1)
107public void Keep()
7 references to Keep
BasicWebSite (1)
Controllers\TempDataPropertyController.cs (1)
54TempData.Keep();
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Filters\SaveTempDataFilter.cs (1)
145tempData.Keep();
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (5)
Filters\SaveTempDataFilterTest.cs (5)
178tempDataDictionary.Verify(tdf => tdf.Keep(), Times.Once()); 197tempDataDictionary.Verify(tdf => tdf.Keep(), Times.Never()); 248tempDataDictionary.Verify(tdf => tdf.Keep(), Times.Once()); 264tempDataDictionary.Verify(tdf => tdf.Keep(), Times.Never()); 287.Setup(tdd => tdd.Keep())