Implemented interface member:
13 writes to
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (13)
TempDataDictionaryTest.cs (13)
28tempData["Foo"] = "Foo"; 29tempData["Bar"] = "Bar"; 45tempData["Foo"] = "Foo"; 46tempData["Bar"] = "Bar"; 66tempData["Foo"] = "Foo"; 81tempData["Foo"] = "Foo"; 82tempData["Bar"] = "Bar"; 98tempData["Foo"] = "Foo"; 99tempData["Bar"] = "Bar"; 117tempData["Bar"] = "barValue"; 136tempData["Foo"] = item; 167tempData["Foo"] = "Foo"; 168tempData["Bar"] = "Bar";
8 references to
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Filters\PageSaveTempDataPropertyFilterTest.cs (1)
38Assert.Equal("TestString", tempData["TempDataProperty-Test"]);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (7)
Filters\ControllerSaveTempDataPropertyFilterTest.cs (1)
56Assert.Equal("SecondValue", tempData["TempDataProperty-Test"]);
TempDataDictionaryTest.cs (6)
32var value = tempData["Foo"]; 102var foo = tempData["Foo"]; 103var bar = tempData["Bar"]; 137var value = tempData["FOO"]; 155var value = tempData["FOO"]; 172var barValue = tempData["bar"];