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