Share via


Microsoft.Extensions.Configuration.Ini Namespace

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Contains classes and interfaces to get configuration data from an INI file.

Classes

IniConfigurationProvider

Provides configuration key-value pairs that are obtained from an INI file. Files are simple line structures (INI Files on Wikipedia)

IniConfigurationSource

Represents an INI file as an IConfigurationSource. Files are simple line structures (INI Files on Wikipedia)

IniStreamConfigurationProvider

Provides configuration key-value pairs that are obtained from an INI stream.

IniStreamConfigurationSource

Represents an INI stream as an IConfigurationSource. Files are simple line structures (INI Files on Wikipedia)