I've used this before but i've forgotten the name of the method. I'm guessing it must be exclusive to MVC3/Razor. Is there a method that allows you to include a JavaScript or CSS file and then specify that it should be in the head. I remember it as two different methods similar to the following
IncludeJS("my.js").AtHead();
IncludeCSS("my.css").AtHead();
They might be HTML helpers but I can't find any reference to them anywhere. Am I going mad?
. This will allow your content to load faster, though you will have to deal with FOUC potentially.
– Milimetric Jul 07 '11 at 19:36