30 references to TempData
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\TempDataService.cs (1)
20
return new
TempData
(() => Load(httpContext));
Microsoft.AspNetCore.Components.Endpoints.Tests (29)
TempData\CookieTempDataProviderTest.cs (1)
19
return new
TempData
(() => new Dictionary<string, object>());
TempData\SessionStorageTempDataProviderTest.cs (1)
16
return new
TempData
(() => new Dictionary<string, object>());
TempData\TempDataCascadingValueSupplierTest.cs (7)
28
var tempData = new
TempData
(() => new Dictionary<string, object>());
50
var tempData = new
TempData
(() => new Dictionary<string, object>());
59
var tempData = new
TempData
(() => new Dictionary<string, object>());
75
var tempData = new
TempData
(() => new Dictionary<string, object>());
89
var tempData = new
TempData
(() => new Dictionary<string, object>());
101
var tempData = new
TempData
(() => new Dictionary<string, object>());
119
var tempData = new
TempData
(() => new Dictionary<string, object>());
TempData\TempDataSubscriptionTest.cs (12)
53
var tempData = new
TempData
(() => new Dictionary<string, object>());
66
var tempData = new
TempData
(() => new Dictionary<string, object>());
80
var tempData = new
TempData
(() => new Dictionary<string, object>());
94
var tempData = new
TempData
(() => new Dictionary<string, object>());
109
var tempData = new
TempData
(() => new Dictionary<string, object>());
124
var tempData = new
TempData
(() => new Dictionary<string, object>());
153
var tempData = new
TempData
(() => new Dictionary<string, object>());
168
var tempData = new
TempData
(() => new Dictionary<string, object>());
182
var tempData = new
TempData
(() => new Dictionary<string, object>());
196
var tempData = new
TempData
(() => new Dictionary<string, object>());
214
var tempData = new
TempData
(() => new Dictionary<string, object>());
230
var persistedTempData = new
TempData
(() => new Dictionary<string, object>());
TempData\TempDataTest.cs (8)
10
return new
TempData
(() => new Dictionary<string, object>());
220
var tempData = new
TempData
(() =>
237
var tempData = new
TempData
(() =>
257
var tempData = new
TempData
(() => new Dictionary<string, object>
272
var tempData = new
TempData
(() => new Dictionary<string, object>
287
var tempData = new
TempData
(() => new Dictionary<string, object>
302
var tempData = new
TempData
(() => new Dictionary<string, object>
319
var tempData = new
TempData
(() => new Dictionary<string, object>