@Styles.Render("~/Content/css") @Scripts.Render("~/bundles/modernizr") @Scripts.Render("~/bundles/jquery") @*@Scripts.Render("~/bundles/jqueryui")*@
@RenderBody() @{ // recupero variabile ambiente... ViewBag.envir = System.Web.Configuration.WebConfigurationManager.AppSettings["Environment"]; string cssFixFooter = ""; } @if (ViewBag.envir != "Dev") { cssFixFooter = "navbar-fixed-bottom"; }
@Scripts.Render("~/bundles/bootstrap") @*@Scripts.Render("~/bundles/jqbootgrid")*@ @Scripts.Render("~/bundles/jqueryval") @RenderSection("scripts", required: false)