Aracılığıyla paylaş


NewtonsoftJsonMvcBuilderExtensions.AddNewtonsoftJson Yöntem

Tanım

Aşırı Yüklemeler

AddNewtonsoftJson(IMvcBuilder)

Giriş ve çıkış biçimlendiricileri gibi Newtonsoft.Json'a özgü özellikleri yapılandırır.

AddNewtonsoftJson(IMvcBuilder, Action<MvcNewtonsoftJsonOptions>)

Giriş ve çıkış biçimlendiricileri gibi Newtonsoft.Json'a özgü özellikleri yapılandırır.

AddNewtonsoftJson(IMvcBuilder)

Kaynak:
NewtonsoftJsonMvcBuilderExtensions.cs
Kaynak:
NewtonsoftJsonMvcBuilderExtensions.cs
Kaynak:
NewtonsoftJsonMvcBuilderExtensions.cs
Kaynak:
NewtonsoftJsonMvcBuilderExtensions.cs
Kaynak:
NewtonsoftJsonMvcBuilderExtensions.cs
Kaynak:
NewtonsoftJsonMvcBuilderExtensions.cs
Kaynak:
NewtonsoftJsonMvcBuilderExtensions.cs

Giriş ve çıkış biçimlendiricileri gibi Newtonsoft.Json'a özgü özellikleri yapılandırır.

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

Parametreler

Döndürülenler

IMvcBuilder.

Şunlara uygulanır

AddNewtonsoftJson(IMvcBuilder, Action<MvcNewtonsoftJsonOptions>)

Kaynak:
NewtonsoftJsonMvcBuilderExtensions.cs
Kaynak:
NewtonsoftJsonMvcBuilderExtensions.cs
Kaynak:
NewtonsoftJsonMvcBuilderExtensions.cs
Kaynak:
NewtonsoftJsonMvcBuilderExtensions.cs
Kaynak:
NewtonsoftJsonMvcBuilderExtensions.cs
Kaynak:
NewtonsoftJsonMvcBuilderExtensions.cs
Kaynak:
NewtonsoftJsonMvcBuilderExtensions.cs

Giriş ve çıkış biçimlendiricileri gibi Newtonsoft.Json'a özgü özellikleri yapılandırır.

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

Parametreler

setupAction
Action<MvcNewtonsoftJsonOptions>

yapılandırmak MvcNewtonsoftJsonOptionsiçin geri çağırma.

Döndürülenler

IMvcBuilder.

Şunlara uygulanır