NewtonsoftJsonMvcCoreBuilderExtensions.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(IMvcCoreBuilder) |
Konfiguruje funkcje specyficzne dla pliku Newtonsoft.Json, takie jak formatery danych wejściowych i wyjściowych. |
AddNewtonsoftJson(IMvcCoreBuilder, Action<MvcNewtonsoftJsonOptions>) |
Konfiguruje funkcje specyficzne dla pliku Newtonsoft.Json, takie jak formatery danych wejściowych i wyjściowych. |
AddNewtonsoftJson(IMvcCoreBuilder)
Konfiguruje funkcje specyficzne dla pliku Newtonsoft.Json, takie jak formatery danych wejściowych i wyjściowych.
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
Parametry
- builder
- IMvcCoreBuilder
Element IMvcCoreBuilder.
Zwraca
Element IMvcCoreBuilder.
Dotyczy
AddNewtonsoftJson(IMvcCoreBuilder, Action<MvcNewtonsoftJsonOptions>)
Konfiguruje funkcje specyficzne dla pliku Newtonsoft.Json, takie jak formatery danych wejściowych i wyjściowych.
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
Parametry
- builder
- IMvcCoreBuilder
Element IMvcCoreBuilder.
- setupAction
- Action<MvcNewtonsoftJsonOptions>
Wywołanie zwrotne w celu skonfigurowania MvcNewtonsoftJsonOptionselementu .
Zwraca
Element IMvcCoreBuilder.