+ @RenderBody()
- @{
- // recupero variabile ambiente...
- ViewBag.envir = System.Web.Configuration.WebConfigurationManager.AppSettings["Environment"];
- string cssFixFooter = "";
- }
- @if (ViewBag.envir != "Dev")
- {
- cssFixFooter = "navbar-fixed-bottom";
- }
+ @{
+ // recupero variabile ambiente...
+ ViewBag.envir = System.Web.Configuration.WebConfigurationManager.AppSettings["Environment"];
+ string cssFixFooter = "";
+ }
+ @if (ViewBag.envir != "Dev")
+ {
+ cssFixFooter = "navbar-fixed-bottom";
+ }
-
- @*
*@
-
-