NewtonsoftJsonMvcBuilderExtensions.AddNewtonsoftJson 메서드

정의

오버로드

AddNewtonsoftJson(IMvcBuilder)

입력 및 출력 포맷터와 같은 Newtonsoft.Json 특정 기능을 구성합니다.

AddNewtonsoftJson(IMvcBuilder, Action<MvcNewtonsoftJsonOptions>)

입력 및 출력 포맷터와 같은 Newtonsoft.Json 특정 기능을 구성합니다.

AddNewtonsoftJson(IMvcBuilder)

Source:
NewtonsoftJsonMvcBuilderExtensions.cs
Source:
NewtonsoftJsonMvcBuilderExtensions.cs
Source:
NewtonsoftJsonMvcBuilderExtensions.cs
Source:
NewtonsoftJsonMvcBuilderExtensions.cs
Source:
NewtonsoftJsonMvcBuilderExtensions.cs
Source:
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>)

Source:
NewtonsoftJsonMvcBuilderExtensions.cs
Source:
NewtonsoftJsonMvcBuilderExtensions.cs
Source:
NewtonsoftJsonMvcBuilderExtensions.cs
Source:
NewtonsoftJsonMvcBuilderExtensions.cs
Source:
NewtonsoftJsonMvcBuilderExtensions.cs
Source:
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

적용 대상