Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 421 Bytes

Stores_AppConfig.md

File metadata and controls

12 lines (9 loc) · 421 Bytes

AppConfig Store

To configure the store:

protected override void OnConfigure(IConfigConfiguration configuration)
{
    configuration.UseAppConfig();
}

It doesn't have any parameters. It's read-only, and forwards read operation to the standard ConfigurationManager class.