I have searched a lot for modifying appsettings.json
in .NET Core. There are lots of Articles, Blogs and Wikis on Reading the Settings. Like This one And this one. But I couldn't find any solutions for writing the appsettings.json
Programmatically.
Is there any way to write settings programmatically. Like the one we used to do when saving appsettings in web.config?