ConfigurationExtensions
Extension methods for IConfiguration.
public static IEnumerable<KeyValuePair<string, string>> AsEnumerable(this IConfiguration configuration)
Get the enumeration of key value pairs within the IConfiguration
Shorthand for GetSection("ConnectionStrings")[name].