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.
Provides extension methods for configuration classes.
Specifies the key name for a configuration property.
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.
Represents a type used to build application configuration.
Represents a mutable configuration object.
Provides configuration key/values for an application.
interface IConfigurationRoot
Represents the root of an <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" /> hierarchy.
Represents a section of application configuration values.
Represents a source of configuration key/values for an application.