NewtonsoftJsonMvcCoreBuilderExtensions.AddNewtonsoftJson Metodo

Definizione

Overload

AddNewtonsoftJson(IMvcCoreBuilder)

Configura le funzionalità specifiche di Newtonsoft.Json, ad esempio i formattatori di input e di output.

AddNewtonsoftJson(IMvcCoreBuilder, Action<MvcNewtonsoftJsonOptions>)

Configura le funzionalità specifiche di Newtonsoft.Json, ad esempio i formattatori di input e di output.

AddNewtonsoftJson(IMvcCoreBuilder)

Origine:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Origine:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Origine:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Origine:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Origine:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Origine:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Origine:
NewtonsoftJsonMvcCoreBuilderExtensions.cs

Configura le funzionalità specifiche di Newtonsoft.Json, ad esempio i formattatori di input e di output.

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

Parametri

builder
IMvcCoreBuilder

Oggetto IMvcCoreBuilder.

Restituisce

Oggetto IMvcCoreBuilder.

Si applica a

AddNewtonsoftJson(IMvcCoreBuilder, Action<MvcNewtonsoftJsonOptions>)

Origine:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Origine:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Origine:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Origine:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Origine:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Origine:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Origine:
NewtonsoftJsonMvcCoreBuilderExtensions.cs

Configura le funzionalità specifiche di Newtonsoft.Json, ad esempio i formattatori di input e di output.

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

Parametri

builder
IMvcCoreBuilder

Oggetto IMvcCoreBuilder.

setupAction
Action<MvcNewtonsoftJsonOptions>

Callback per configurare MvcNewtonsoftJsonOptions.

Restituisce

Oggetto IMvcCoreBuilder.

Si applica a