NewtonsoftJsonMvcBuilderExtensions.AddNewtonsoftJson Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
AddNewtonsoftJson(IMvcBuilder) |
Konfiguruje funkcje specyficzne dla pliku Newtonsoft.Json, takie jak formatery danych wejściowych i wyjściowych. |
AddNewtonsoftJson(IMvcBuilder, Action<MvcNewtonsoftJsonOptions>) |
Konfiguruje funkcje specyficzne dla pliku Newtonsoft.Json, takie jak formatery danych wejściowych i wyjściowych. |
AddNewtonsoftJson(IMvcBuilder)
Konfiguruje funkcje specyficzne dla pliku Newtonsoft.Json, takie jak formatery danych wejściowych i wyjściowych.
public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddNewtonsoftJson (this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder);
static member AddNewtonsoftJson : Microsoft.Extensions.DependencyInjection.IMvcBuilder -> Microsoft.Extensions.DependencyInjection.IMvcBuilder
<Extension()>
Public Function AddNewtonsoftJson (builder As IMvcBuilder) As IMvcBuilder
Parametry
- builder
- IMvcBuilder
Element IMvcBuilder.
Zwraca
Element IMvcBuilder.
Dotyczy
AddNewtonsoftJson(IMvcBuilder, Action<MvcNewtonsoftJsonOptions>)
Konfiguruje funkcje specyficzne dla pliku Newtonsoft.Json, takie jak formatery danych wejściowych i wyjściowych.
public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddNewtonsoftJson (this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder, Action<Microsoft.AspNetCore.Mvc.MvcNewtonsoftJsonOptions> setupAction);
static member AddNewtonsoftJson : Microsoft.Extensions.DependencyInjection.IMvcBuilder * Action<Microsoft.AspNetCore.Mvc.MvcNewtonsoftJsonOptions> -> Microsoft.Extensions.DependencyInjection.IMvcBuilder
<Extension()>
Public Function AddNewtonsoftJson (builder As IMvcBuilder, setupAction As Action(Of MvcNewtonsoftJsonOptions)) As IMvcBuilder
Parametry
- builder
- IMvcBuilder
Element IMvcBuilder.
- setupAction
- Action<MvcNewtonsoftJsonOptions>
Wywołanie zwrotne w celu skonfigurowania elementu MvcNewtonsoftJsonOptions.
Zwraca
Element IMvcBuilder.