IConfiguration public interface IConfiguration Documentation Code string this[string key] { get; set; } IEnumerable<IConfigurationSection> GetChildren() IChangeToken GetReloadToken() IConfigurationSection GetSection(string key) Gets a configuration sub-section with the specified key.