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