1 instantiation of FormatterMappings
Microsoft.AspNetCore.Mvc.Core (1)
MvcOptions.cs (1)
43
FormatterMappings = new
FormatterMappings
();
8 references to FormatterMappings
Microsoft.AspNetCore.Mvc.Core (8)
DependencyInjection\MvcCoreMvcBuilderExtensions.cs (3)
55
/// Configures <see cref="
FormatterMappings
"/> for the specified <paramref name="builder"/>.
58
/// <param name="setupAction">An <see cref="Action"/> to configure the <see cref="
FormatterMappings
"/>.</param>
62
Action<
FormatterMappings
> setupAction)
DependencyInjection\MvcCoreMvcCoreBuilderExtensions.cs (4)
56
/// Adds services to support <see cref="
FormatterMappings
"/>.
67
/// Configures <see cref="
FormatterMappings
"/> for the specified <paramref name="setupAction"/>.
70
/// <param name="setupAction">An <see cref="Action"/> to configure the <see cref="
FormatterMappings
"/>.</param>
74
Action<
FormatterMappings
> setupAction)
MvcOptions.cs (1)
96
public
FormatterMappings
FormatterMappings { get; }