How do you configure the views to able to reference a namespace like System.Web.Mvc without having to do <%@ Import Namespace=’System.Web.Mvc’ %>? I remember seeing this somewhere but my google skills are failing me at the moment.
How do you configure the views to able to reference a namespace like System.Web.Mvc
Share
Can you add them in web.config? Don’t know if this works in MVC, though…
(update – seems to work fine ;-p)