2017-06-28 更新:
OptionsManager 已重寫(xiě),見(jiàn) 下一章 中的OptionsSnapshot
LegacyOptionsCache 已廢棄 變更詳情
在 上一篇 中,介紹了一下Options的注冊(cè),而使用時(shí)只需要注入 IOption 即可:
public ValuesController(IOptions<MyOptions> options){ var opt = options.Value; }
IOptions
IOptions 定義非常簡(jiǎn)單,只有一個(gè)
網(wǎng)友評(píng)論