I have a DLL that contains extension methods and I want to be able to use them in all my views without having to manually add the @using MyLongNameSpaceHere
in each of my files.
Is there a way to globally load a namespace in all my Razor engine view?