.netcore 读取配置信息
2021-01-15 04:11
阅读:657
标签:创建 使用 net 文件的 loading bsp tin set ima 1.将配置信息写在appsetting.json里面 2.创建一个类,包含配置文件的属性 3.startup里面,将配置文件和类绑定 4.使用 .netcore 读取配置信息 标签:创建 使用 net 文件的 loading bsp tin set ima 原文地址:https://www.cnblogs.com/shuajing/p/14271588.html
public class AppSettingModel
{
public string CC_URL { get; set; }
}
上一篇:Python的取值
评论
亲,登录后才可以留言!