1 implementation of IJsonHelper
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\SystemTextJsonHelper.cs (1)
11internal sealed class SystemTextJsonHelper : IJsonHelper
4 references to IJsonHelper
Microsoft.AspNetCore.Mvc.Razor (2)
RazorPageActivator.cs (1)
32IJsonHelper jsonHelper,
RazorPagePropertyActivator.cs (1)
106else if (property.PropertyType == typeof(IJsonHelper))
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DefaultPageFactoryProvider.cs (1)
25IJsonHelper jsonHelper,
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DependencyInjection\MvcViewFeaturesMvcCoreBuilderExtensions.cs (1)
164services.TryAddSingleton<IJsonHelper, SystemTextJsonHelper>();