Seven Ways To Read The appSettings.json Config In ASP NET CORE 3.1, 3.0, MVC, Web API

preview_player
Показать описание
ASP NET Core appsettings json file
Configuration in ASP.NET Core
AppSettings in ASP.NET Core
Accessing Configuration Settings in ASP.NET Core
Read AppSettings in ASP.NET Core 3.1, 3
Рекомендации по теме
Комментарии
Автор

What if we want to add multiple custom json files like dbsettings.json, logsettings.json and segregate appsettings.json?

AmitUpadhyay-kifk
Автор

How to read appsettings.json file in any other class like any utility class/common method class, rather than any controller

dishantdeep
Автор

Hi I have a requirement where i need to read and update the appsettings.json in the existing .net core web api project using a html page?

hariharanmurugan