Skip to content

Instantly share code, notes, and snippets.

@alexcurtis
Last active December 14, 2015 04:38
Show Gist options
  • Save alexcurtis/5029103 to your computer and use it in GitHub Desktop.
Save alexcurtis/5029103 to your computer and use it in GitHub Desktop.
MVC Cache Busted Resources
@*CSS*@
@ViewComponentHelper.RenderStyles(new[]
{
"/Content/site.css",
"/Content/bootstrap.css"
})
@*Javascript*@
@ViewComponentHelper.RenderScripts(new[]
{
"/Scripts/globals.js",
"/Scripts/search.js"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment