例如,如果要添加bootstrap.min.css,您的BundleConfig.cs应如下所示:
bundles.Add(new StyleBundle("~/Content/bootstrap").Include( "~/Content/bootstrap.min.css"));
例如,采用以下方法:
@Styles.Render("~/Content/bootstrap")
如果问题仍然存在,尝试在BundleConfig.cs文件中更改Bundle的Route名称和BundleRenderingOrder。