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.​IConfigurationSection

Assembly: Microsoft.Extensions.Configuration.Abstractions

Implemented Interfaces

Represents a section of application configuration values.

Properties

string
Key
Gets the key this section occupies in its parent.
string
Path
Gets the full path to this section within the <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" /> .
string
Value
Gets or sets the section value.