NewtonsoftJsonMvcCoreBuilderExtensions.AddNewtonsoftJson Méthode

Définition

Surcharges

AddNewtonsoftJson(IMvcCoreBuilder)

Configure des fonctionnalités spécifiques à Newtonsoft.Json telles que les formateurs d’entrée et de sortie.

AddNewtonsoftJson(IMvcCoreBuilder, Action<MvcNewtonsoftJsonOptions>)

Configure des fonctionnalités spécifiques à Newtonsoft.Json telles que les formateurs d’entrée et de sortie.

AddNewtonsoftJson(IMvcCoreBuilder)

Source:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Source:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Source:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Source:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Source:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Source:
NewtonsoftJsonMvcCoreBuilderExtensions.cs

Configure des fonctionnalités spécifiques à Newtonsoft.Json telles que les formateurs d’entrée et de sortie.

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

Paramètres

builder
IMvcCoreBuilder

L’IMvcCoreBuilderopérateur

Retours

L’IMvcCoreBuilderopérateur

S’applique à

AddNewtonsoftJson(IMvcCoreBuilder, Action<MvcNewtonsoftJsonOptions>)

Source:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Source:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Source:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Source:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Source:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Source:
NewtonsoftJsonMvcCoreBuilderExtensions.cs

Configure des fonctionnalités spécifiques à Newtonsoft.Json telles que les formateurs d’entrée et de sortie.

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

Paramètres

builder
IMvcCoreBuilder

L’IMvcCoreBuilderopérateur

setupAction
Action<MvcNewtonsoftJsonOptions>

Rappel pour configurer MvcNewtonsoftJsonOptions.

Retours

L’IMvcCoreBuilderopérateur

S’applique à