Tuesday, March 19, 2013

BundleConfig.cs

...in the App_Start folder in an ASP.NET MVC 4 project determines how this sort of thing renders in a view:

  1. @Styles.Render("~/Content/css")
  2. @Scripts.Render("~/bundles/modernizr")
  3. @Scripts.Render("~/bundles/jquery")

No comments:

Post a Comment