Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface Microsoft.​Extensions.​Configuration.​IConfigurationRoot
Assembly: Microsoft.Extensions.Configuration.Abstractions
Implemented Interfaces
Represents the root of an <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" /> hierarchy.
Properties
System.​Collections.​Generic.​IEnumerable<​IConfigurationProvider>
Providers
Gets the <see cref="T:Microsoft.Extensions.Configuration.IConfigurationProvider" /> providers for this configuration.
Methods
void
Reload​()
Forces the configuration values to be reloaded from the underlying <see cref="T:Microsoft.Extensions.Configuration.IConfigurationProvider" /> providers.