1 implementation of Save
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
TempDataDictionary.cs (1)
156public void Save()
8 references to Save
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Filters\SaveTempDataFilter.cs (1)
148tempData.Save();
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (7)
Filters\SaveTempDataFilterTest.cs (7)
158tempDataDictionary.Verify(tdd => tdd.Save(), Times.Once()); 179tempDataDictionary.Verify(tdf => tdf.Save(), Times.Once()); 198tempDataDictionary.Verify(tdf => tdf.Save(), Times.Once()); 233tempDataDictionary.Verify(tdf => tdf.Save(), Times.Once()); 249tempDataDictionary.Verify(tdf => tdf.Save(), Times.Once()); 265tempDataDictionary.Verify(tdf => tdf.Save(), Times.Once()); 290.Setup(tdd => tdd.Save())