Its just calling bundles.Add(new StyleBundle("~/Content/css").Include("~/Content/site.css")) definedAs defined in App_start.BundleConfig., it's just calling
bundles.Add(new StyleBundle("~/Content/css").Include("~/Content/site.css")); Nothing happendshappens even if you remove that section.