我在BundleConfig中注册了这样的包: bundles.Add(new ScriptBundle("~/bundles/jqueryupload").Include( "~/Scripts/jquery.upload-1.0.2.min.js"));
bundles.Add(new ScriptBundle("~/bundles/jqueryupload").Include( "~/Scripts/jquery.upload-1.0.2.min.js"));
并希望在视图上呈现它: @Scripts.Render("~/bundles/jqueryupload")
@Scripts.Render("~/bundles/jqueryupload")
但我的sript不包含在页面中.有什么想法吗?谢谢!
asp.net-mvc bundling-and-minification
asp.net-mvc ×1
bundling-and-minification ×1