NewtonsoftJsonConfigurationExtensions Class

Definition

Extension methods for adding NewtonsoftJsonConfigurationProvider.

public ref class NewtonsoftJsonConfigurationExtensions abstract sealed
public static class NewtonsoftJsonConfigurationExtensions
type NewtonsoftJsonConfigurationExtensions = class
Public Module NewtonsoftJsonConfigurationExtensions
Inheritance
NewtonsoftJsonConfigurationExtensions

Methods

AddNewtonsoftJsonFile(IConfigurationBuilder, Action<NewtonsoftJsonConfigurationSource>)

Adds a JSON configuration source to builder.

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

Adds a JSON configuration source to builder.

AddNewtonsoftJsonFile(IConfigurationBuilder, String)

Adds the JSON configuration provider at path to builder.

AddNewtonsoftJsonFile(IConfigurationBuilder, String, Boolean)

Adds the JSON configuration provider at path to builder.

AddNewtonsoftJsonFile(IConfigurationBuilder, String, Boolean, Boolean)

Adds the JSON configuration provider at path to builder.

AddNewtonsoftJsonStream(IConfigurationBuilder, Stream)

Adds a Newtonsoft JSON configuration source to builder.

Applies to