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