3 references to TempDataProviderServiceCollectionExtensions
Microsoft.AspNetCore.Components.Endpoints (1)
TempData\TempDataCascadingValueSupplier.cs (1)
57
:
TempDataProviderServiceCollectionExtensions
.GetOrCreateTempData(_httpContext);
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
TempData\TempDataSubscriptionTest.cs (2)
36
httpContext.Items[
TempDataProviderServiceCollectionExtensions
.HttpContextItemKey] = tempData;
140
httpContext.Items[
TempDataProviderServiceCollectionExtensions
.HttpContextItemKey] = mockTempData.Object;