NewtonsoftJsonMvcCoreBuilderExtensions.AddNewtonsoftJson 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
AddNewtonsoftJson(IMvcCoreBuilder) |
Konfiguriert Newtonsoft.Json-spezifische Features wie Eingabe- und Ausgabeformatierer. |
AddNewtonsoftJson(IMvcCoreBuilder, Action<MvcNewtonsoftJsonOptions>) |
Konfiguriert Newtonsoft.Json-spezifische Features wie Eingabe- und Ausgabeformatierer. |
AddNewtonsoftJson(IMvcCoreBuilder)
Konfiguriert Newtonsoft.Json-spezifische Features wie Eingabe- und Ausgabeformatierer.
public static Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder AddNewtonsoftJson (this Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder builder);
static member AddNewtonsoftJson : Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder -> Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder
<Extension()>
Public Function AddNewtonsoftJson (builder As IMvcCoreBuilder) As IMvcCoreBuilder
Parameter
- builder
- IMvcCoreBuilder
Die IMvcCoreBuilder.
Gibt zurück
Die IMvcCoreBuilder.
Gilt für:
AddNewtonsoftJson(IMvcCoreBuilder, Action<MvcNewtonsoftJsonOptions>)
Konfiguriert Newtonsoft.Json-spezifische Features wie Eingabe- und Ausgabeformatierer.
public static Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder AddNewtonsoftJson (this Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder builder, Action<Microsoft.AspNetCore.Mvc.MvcNewtonsoftJsonOptions> setupAction);
static member AddNewtonsoftJson : Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder * Action<Microsoft.AspNetCore.Mvc.MvcNewtonsoftJsonOptions> -> Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder
<Extension()>
Public Function AddNewtonsoftJson (builder As IMvcCoreBuilder, setupAction As Action(Of MvcNewtonsoftJsonOptions)) As IMvcCoreBuilder
Parameter
- builder
- IMvcCoreBuilder
Die IMvcCoreBuilder.
- setupAction
- Action<MvcNewtonsoftJsonOptions>
Rückruf zum Konfigurieren von MvcNewtonsoftJsonOptions.
Gibt zurück
Die IMvcCoreBuilder.