MvcCoreMvcBuilderExtensions.AddFormatterMappings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures FormatterMappings for the specified builder
.
public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddFormatterMappings (this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder, Action<Microsoft.AspNetCore.Mvc.Formatters.FormatterMappings> setupAction);
static member AddFormatterMappings : Microsoft.Extensions.DependencyInjection.IMvcBuilder * Action<Microsoft.AspNetCore.Mvc.Formatters.FormatterMappings> -> Microsoft.Extensions.DependencyInjection.IMvcBuilder
<Extension()>
Public Function AddFormatterMappings (builder As IMvcBuilder, setupAction As Action(Of FormatterMappings)) As IMvcBuilder
Parameters
- builder
- IMvcBuilder
The IMvcBuilder.
- setupAction
- Action<FormatterMappings>
An Action to configure the FormatterMappings.
Returns
The IMvcBuilder.