How do I access a key value from web.config in my Razor view.
This is in my web.config in the Web Project root level.
web.config
@System.Configuration.ConfigurationManager.AppSettings["myKey"]