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