runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2022年1月13日

摘要: .net core (.net6) 读取配置文件 appsettings.json 新建个工具类,方便其它地方使用,代码如下 AppHelper: namespace net6mvc.Utils { public class AppHelper { private static IConfigura 阅读全文
posted @ 2022-01-13 22:27 runliuv 阅读(1502) 评论(0) 推荐(1) 编辑