How to add a 'default using' to all cshtml pages?

I'm creating my first MVC.Net application and I find myself including @using Gideon.Core.Mvc; on almost every page. Is it possible to add it by default to all pages?

In Asp.Net I'm able to add default stuff for controls to the web.config, hopefully it can be done for MVC.Net as well.

24
задан tereško 18 June 2012 в 15:57
поделиться