0
ajayak created
How can I read appsettings.json in AppService. Is there any way I can strongly type the appSettings.json configuration as in ASP.NET Core?
1 Answer(s)
-
0
Hi @ajayak,
You can use <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/Configuration/AppConfigurations.cs">https://github.com/aspnetzero/aspnet-ze ... rations.cs</a>.