NewtonsoftJsonConfigurationExtensions 클래스

정의

NewtonsoftJsonConfigurationProvider를 추가하기 위한 확장 메서드입니다.

public ref class NewtonsoftJsonConfigurationExtensions abstract sealed
public static class NewtonsoftJsonConfigurationExtensions
type NewtonsoftJsonConfigurationExtensions = class
Public Module NewtonsoftJsonConfigurationExtensions
상속
NewtonsoftJsonConfigurationExtensions

메서드

AddNewtonsoftJsonFile(IConfigurationBuilder, Action<NewtonsoftJsonConfigurationSource>)

builder에 JSON 구성 소스를 추가합니다.

AddNewtonsoftJsonFile(IConfigurationBuilder, IFileProvider, String, Boolean, Boolean)

builder에 JSON 구성 소스를 추가합니다.

AddNewtonsoftJsonFile(IConfigurationBuilder, String)

path에 있는 JSON 구성 공급자를 builder에 추가합니다.

AddNewtonsoftJsonFile(IConfigurationBuilder, String, Boolean)

path에 있는 JSON 구성 공급자를 builder에 추가합니다.

AddNewtonsoftJsonFile(IConfigurationBuilder, String, Boolean, Boolean)

path에 있는 JSON 구성 공급자를 builder에 추가합니다.

AddNewtonsoftJsonStream(IConfigurationBuilder, Stream)

builder에 Newtonsoft JSON 구성 소스를 추가합니다.

적용 대상