Udostępnij za pośrednictwem


NewtonsoftJsonMvcCoreBuilderExtensions.AddNewtonsoftJson Metoda

Definicja

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)

Źródło:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Źródło:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Źródło:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Źródło:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Źródło:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Źródło:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Źródło:
NewtonsoftJsonMvcCoreBuilderExtensions.cs

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>)

Źródło:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Źródło:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Źródło:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Źródło:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Źródło:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Źródło:
NewtonsoftJsonMvcCoreBuilderExtensions.cs
Źródło:
NewtonsoftJsonMvcCoreBuilderExtensions.cs

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.

Dotyczy