日常生活的交流与学习

首页 新随笔 联系 管理

2024年9月6日 #

摘要: 配置文件如何注册引用 注册配置文件的形式 注册方式 // 第一种注册方式:注册配置文件 builder.Services.Configure<AppSettings>(builder.Configuration.GetSection("AppSettings")); AppSettings appS 阅读全文
posted @ 2024-09-06 19:00 lazycookie 阅读(2) 评论(0) 推荐(0) 编辑

摘要: 注册配置实例 Registers a configuration instance which TOptions will bind against. AppSettings.cs public class AppSettings { public const string Key = nameof 阅读全文
posted @ 2024-09-06 08:00 lazycookie 阅读(4) 评论(0) 推荐(0) 编辑