Skip to content

Instantly share code, notes, and snippets.

@taylorc
Created October 25, 2012 10:12
//at the top of _Layout.cshtml
@RenderSection("Styles",false)
@Html.RenderResources(ResourceType.Css)
//at the bottom of _Layout.cshtml
@RenderSection("Scripts",false)
@Html.RenderResources(ResourceType.Js)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment