Interface IConfiguration
Assembly: Microsoft.Extensions.Configuration.Abstractions.dll
Syntax
public interface IConfiguration
Properties
this[string]
Declaration
string? this[string key] { get; set; }
Parameters
Type |
Name |
Description |
string |
key |
|
Property Value
Methods
GetChildren()
Declaration
IEnumerable<IConfigurationSection> GetChildren()
Returns
GetReloadToken()
Declaration
IChangeToken GetReloadToken()
Returns
GetSection(string)
Declaration
IConfigurationSection GetSection(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
Extension Methods