Similar to using Shortcut = System.Whatever;
in the cshtml I have so far been out of luck doing something similar in the webconfig
<pages>
<namespaces>
<add namespace="System.Web.Routing" as="Routing" />
</namespaces>
</pages>
Something like that...Is it possible at all?