NewtonsoftJsonConfigurationExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
| AddNewtonsoftJsonFile(IConfigurationBuilder, IFileProvider, String, Boolean, Boolean) |
Adds a JSON configuration source to |
| AddNewtonsoftJsonFile(IConfigurationBuilder, String) |
Adds the JSON configuration provider at |
| AddNewtonsoftJsonFile(IConfigurationBuilder, String, Boolean) |
Adds the JSON configuration provider at |
| AddNewtonsoftJsonFile(IConfigurationBuilder, String, Boolean, Boolean) |
Adds the JSON configuration provider at |
| AddNewtonsoftJsonStream(IConfigurationBuilder, Stream) |
Adds a Newtonsoft JSON configuration source to |