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