请问在 ASP.NET Core 的 Startup.ConfigureServices 中,从 appsettings.json 配置文件读取强类型 Options 的最简单方法是什么?
相关问题
- Generic Generics in Managed C++
- How to Debug/Register a Permanent WMI Event Which
- 'System.Threading.ThreadAbortException' in
- Bulk update SQL Server C#
- Should I use static function in c# where many call
可以使用 IConfiguration 的
Get<T>
扩展方法读取