.netcore 读取配置信息

2021-01-15 04:11

阅读:657

标签:创建   使用   net   文件的   loading   bsp   tin   set   ima   

1.将配置信息写在appsetting.json里面

技术图片

 

 2.创建一个类,包含配置文件的属性

public class AppSettingModel
    {
        public string CC_URL { get; set; }
    }

3.startup里面,将配置文件和类绑定

技术图片

 

 4.使用

技术图片

 

.netcore 读取配置信息

标签:创建   使用   net   文件的   loading   bsp   tin   set   ima   

原文地址:https://www.cnblogs.com/shuajing/p/14271588.html


评论


亲,登录后才可以留言!