I want to load all settings key value pair from json file at once and use the settings key value in mvc 6 view page.I would be grateful if best solution is provided.I have a scenerio as below
if(Settings.enable_logo_text)
{
<span>Settings.logo_text</span>
}