beginor / beginor.github.io

https://beginor.github.io
7 stars 3 forks source link

2020/08/03/configuration-reload-on-change-with-aspnet-core #32

Open beginor opened 3 years ago

beginor commented 3 years ago

在 ASP.NET Core 中修改配置文件后自动加载新的配置

https://beginor.github.io/2020/08/03/configuration-reload-on-change-with-aspnet-core.html

beginor commented 3 years ago

在过滤器 (Filter) 中使用方法和中间件 (Middleware) 类似, 也是要用 IOptionsMonitor<T> 进行监控