NewtonsoftJsonMvcCoreBuilderExtensions.AddNewtonsoftJson Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
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>)
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.