I\'ve got a fairly simple question for all the Razor experts out there. I\'m trying to make a jQuery $.ajax() call to a URL, using Url.Content() to translate the home-relat
Seems to still be a problem with final MVC4 / Visual Studio 2010, but here is my fix:
@section jQueryDocumentReady { @{ // All the javascript and bracers you want here } }