NewtonsoftJsonMvcBuilderExtensions.AddNewtonsoftJson メソッド

定義

オーバーロード

AddNewtonsoftJson(IMvcBuilder)

入力フォーマッタや出力フォーマッタなどの Newtonsoft.Json 固有の機能を構成します。

AddNewtonsoftJson(IMvcBuilder, Action<MvcNewtonsoftJsonOptions>)

入力フォーマッタや出力フォーマッタなどの Newtonsoft.Json 固有の機能を構成します。

AddNewtonsoftJson(IMvcBuilder)

ソース:
NewtonsoftJsonMvcBuilderExtensions.cs
ソース:
NewtonsoftJsonMvcBuilderExtensions.cs
ソース:
NewtonsoftJsonMvcBuilderExtensions.cs
ソース:
NewtonsoftJsonMvcBuilderExtensions.cs
ソース:
NewtonsoftJsonMvcBuilderExtensions.cs
ソース:
NewtonsoftJsonMvcBuilderExtensions.cs

入力フォーマッタや出力フォーマッタなどの Newtonsoft.Json 固有の機能を構成します。

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

パラメーター

戻り値

IMvcBuilder

適用対象

AddNewtonsoftJson(IMvcBuilder, Action<MvcNewtonsoftJsonOptions>)

ソース:
NewtonsoftJsonMvcBuilderExtensions.cs
ソース:
NewtonsoftJsonMvcBuilderExtensions.cs
ソース:
NewtonsoftJsonMvcBuilderExtensions.cs
ソース:
NewtonsoftJsonMvcBuilderExtensions.cs
ソース:
NewtonsoftJsonMvcBuilderExtensions.cs
ソース:
NewtonsoftJsonMvcBuilderExtensions.cs

入力フォーマッタや出力フォーマッタなどの Newtonsoft.Json 固有の機能を構成します。

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

パラメーター

setupAction
Action<MvcNewtonsoftJsonOptions>

を構成 MvcNewtonsoftJsonOptionsするためのコールバック。

戻り値

IMvcBuilder

適用対象