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.
Microsoft.Extensions.Configuration.Abstractions
System Library
| Author | Microsoft |
| Version | 10.0.1 |
| Tags |
Public Types
Microsoft.​Extensions.​Configuration
Provides data about the current item of the configuration.
class ConfigurationExtensions
Provides extension methods for configuration classes.
Specifies the key name for a configuration property.
class ConfigurationPath
Provides utility methods and constants for manipulating Configuration paths.
Provides extension methods for <see cref="T:Microsoft.Extensions.Configuration.IConfigurationRoot" /> .
interface IConfiguration
Represents a set of key/value application configuration properties.
interface IConfigurationBuilder
Represents a type used to build application configuration.
interface IConfigurationManager
Represents a mutable configuration object.
interface IConfigurationProvider
Provides configuration key/values for an application.
interface IConfigurationRoot
Represents the root of an <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" /> hierarchy.
interface IConfigurationSection
Represents a section of application configuration values.
interface IConfigurationSource
Represents a source of configuration key/values for an application.