how to get any value from web.config in a razor view mvc code example
Example: get web config key value in c# razor view
@System.Configuration.ConfigurationManager.AppSettings["myKey"]
@System.Configuration.ConfigurationManager.AppSettings["myKey"]