11 references to TempData
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\TempDataService.cs (1)
19
return new
TempData
(() => Load(httpContext));
Microsoft.AspNetCore.Components.Endpoints.Tests (10)
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\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>