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