Hi
I need to display a value from Web.Config Appsettings section onto View. I have <%= Html.Label on this View where i need to populate from Appsettings.
Ex: If it in ASP.NET, we use ConfigurationSettings.AppSettings["FileServer"].
How can we achieve this in MVC??
Appreciate your responses.