net core 简单读取json配置文件
2021-05-07 20:28
标签:pat ons pps get roo ioc service nbu 路径 //创建配置根对象 net core 简单读取json配置文件 标签:pat ons pps get roo ioc service nbu 路径 原文地址:https://www.cnblogs.com/zxs-onestar/p/12084383.html//添加 json 文件路径
var builder = new ConfigurationBuilder().SetBasePath(Directory.GetCurrentDirectory()).AddJsonFile("appsettings.json");
var configurationRoot = builder1.Build();
//读取到ioc IOptions
services.Configure
上一篇:HTML - 超链接
文章标题:net core 简单读取json配置文件
文章链接:http://soscw.com/index.php/essay/83830.html