ConfigurationOptions.

ApplicationConfiguration Property

Summary

Additional settings providers to be inserted after the default application settings file (typically appsettings.json)

Syntax

public List<Func<IConfigurationBuilder, IConfigurationBuilder>> ApplicationConfiguration { get; }

Value

Type Description
List<Func<IConfigurationBuilder, IConfigurationBuilder>>