NewtonsoftJsonMvcCoreBuilderExtensions.AddNewtonsoftJson Methode

Definition

Ü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)

Quelle:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Quelle:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Quelle:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Quelle:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Quelle:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Quelle:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Quelle:
NewtonsoftJsonMvcCoreBuilderExtensions.cs

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

Gibt zurück

Die IMvcCoreBuilder.

Gilt für:

AddNewtonsoftJson(IMvcCoreBuilder, Action<MvcNewtonsoftJsonOptions>)

Quelle:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Quelle:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Quelle:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Quelle:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Quelle:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Quelle:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Quelle:
NewtonsoftJsonMvcCoreBuilderExtensions.cs

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

setupAction
Action<MvcNewtonsoftJsonOptions>

Rückruf zum Konfigurieren von MvcNewtonsoftJsonOptions.

Gibt zurück

Die IMvcCoreBuilder.

Gilt für: