Use ASP.NET Core Options with an instance
ASP.NET Core provides a built-in mechanism for configuring an application’s options using the Options pattern. This pattern allows you to define a class to represent the options you want to configure and then bind those …
Read Blog Post