Microsoft.Extensions.Configuration.IConfigurationSection public interface IConfigurationSection : IConfiguration Documentation Code string Key { get; } string Path { get; } string Value { get; set; }