# 读取配置文件appsettings.json

读取单个配置属性: AppSetting.GetSettingString("key");
读取多个配置属性: AppSetting.GetSection("key1")["key2"];
1
2