MvcCoreMvcCoreBuilderExtensions.AddFormatterMappings Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
AddFormatterMappings(IMvcCoreBuilder) |
Fügt Dienste zur Unterstützung FormatterMappingshinzu. |
AddFormatterMappings(IMvcCoreBuilder, Action<FormatterMappings>) |
FormatterMappings Konfiguriert für den angegebenen |
AddFormatterMappings(IMvcCoreBuilder)
Fügt Dienste zur Unterstützung FormatterMappingshinzu.
public static Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder AddFormatterMappings (this Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder builder);
static member AddFormatterMappings : Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder -> Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder
<Extension()>
Public Function AddFormatterMappings (builder As IMvcCoreBuilder) As IMvcCoreBuilder
Parameter
- builder
- IMvcCoreBuilder
Die IMvcBuilder.
Gibt zurück
Die IMvcBuilder.
Gilt für:
AddFormatterMappings(IMvcCoreBuilder, Action<FormatterMappings>)
FormatterMappings Konfiguriert für den angegebenen setupAction
.
public static Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder AddFormatterMappings (this Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder builder, Action<Microsoft.AspNetCore.Mvc.Formatters.FormatterMappings> setupAction);
static member AddFormatterMappings : Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder * Action<Microsoft.AspNetCore.Mvc.Formatters.FormatterMappings> -> Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder
<Extension()>
Public Function AddFormatterMappings (builder As IMvcCoreBuilder, setupAction As Action(Of FormatterMappings)) As IMvcCoreBuilder
Parameter
- builder
- IMvcCoreBuilder
Die IMvcCoreBuilder.
- setupAction
- Action<FormatterMappings>
Eine Action zum Konfigurieren von FormatterMappings.
Gibt zurück
Die IMvcBuilder.