1 instantiation of TempData
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\TempDataService.cs (1)
20return new TempData(() => Load(httpContext));
5 references to TempData
Microsoft.AspNetCore.Components.Endpoints (5)
DependencyInjection\TempDataService.cs (2)
18public TempData CreateEmpty(HttpContext httpContext) 28public void Save(HttpContext httpContext, TempData tempData)
TempData\TempData.cs (2)
173private readonly TempData _tempData; 177public TempDataEnumerator(TempData tempData)
TempData\TempDataProviderServiceCollectionExtensions.cs (1)
58var tempDataInstance = tempDataService.CreateEmpty(httpContext);