2 references to TempDataDictionaryFactory
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DependencyInjection\MvcViewFeaturesMvcCoreBuilderExtensions.cs (1)
207services.TryAddSingleton<ITempDataDictionaryFactory, TempDataDictionaryFactory>();
TempDataDictionaryFactory.cs (1)
18/// Creates a new <see cref="TempDataDictionaryFactory"/>.