1 instantiation of TempData
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\TempDataService.cs (1)
21
return new
TempData
(() => Load(httpContext));
5 references to TempData
Microsoft.AspNetCore.Components.Endpoints (5)
DependencyInjection\TempDataService.cs (2)
19
public
TempData
CreateEmpty(HttpContext httpContext)
36
if (tempData is not
TempData
data || !data.WasLoaded)
TempData\TempData.cs (2)
173
private readonly
TempData
_tempData;
177
public TempDataEnumerator(
TempData
tempData)
TempData\TempDataProviderServiceCollectionExtensions.cs (1)
58
var
tempDataInstance = tempDataService.CreateEmpty(httpContext);