NewtonsoftJsonMvcCoreBuilderExtensions.AddNewtonsoftJson Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
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>)
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