'How to save values in appsettings.json fetched from UI display

For UI, I am using Extjs, for server side, C#. My problem is i have a appsettings.json property under HubSettings, LiveStream is the property and it has Url, and title. I need to fetch Url and Title from UI and update in appsettings.json. How to go about it?



Solution 1:[1]

appsettings.json cannot be written to. You may want to use localStorage.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Dinkheller