Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 406 Bytes

Stores_AppConfig.md

File metadata and controls

11 lines (8 loc) · 406 Bytes

AppConfig Store

To configure the store:

IMySettings settings = new ConfigurationBuilder<IMySettings>()
   .UseAppConfig()
   .Build();

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