Configure bundles, register well, and then call
12<meta charset="Utf-8">3<meta http-equiv="x-ua-compatible"Content="Ie=edge">4<meta name="Viewport"Content="Width=device-width, initial-scale=1">5<meta name="Description"Content="">6<meta name="author"Content="">7<link rel="icon"href=".. /.. /favicon.ico">8 9<title>dashboard Template forBootstrap</title>Ten One<!--Bootstrap Core CSS-- A<link href="/bootstrap/css/bootstrap.min.css"Rel="stylesheet"/> -<!--Custom Styles for ThisTemplate-- -<link href="/css/dashboard.css"Rel="stylesheet"/> the@*<script src="/assets/global/plugins/jquery-1.11.0.min.js"></script> -<script src="/scripts/jquery-ui-1.8.20.min.js"></script>*@ -@Scripts. Render ("~/bundles/jquery") -@Scripts. Render ("~/bundles/jqueryval") +@RenderSection ("Head",false) -@*<link href="/content/kendo.common.min.css"Rel="stylesheet"> +<link href="/content/kendo.rtl.min.css"Rel="stylesheet"> A<link href="/content/kendo.default.min.css"Rel="stylesheet"> at<link href="/content/kendo.dataviz.min.css"Rel="stylesheet"> -<link href="/content/kendo.dataviz.default.min.css"Rel="stylesheet"> -<script src="/scripts/kendo/kendo.all.min.js"></script> -<script src="/scripts/kendo/cultures/kendo.culture.zh-cn.min.js"></script> in<script src="/scripts/kendo/kendo.aspnetmvc.min.js"></script>*@ - to@Styles. Render ("~/content/kendo/css") +@Scripts. Render ("~/bundles/kendo") -<script type="Text/javascript"> the //set Current to the "EN-GB" culture script *Kendo.culture ("ZH-CN"); $</script>Panax NotoginsengIsn't it easy to quote? Of course, for the bundle to eventually take effect, you have to change debug to false in the Config
<compilation debug= "false" targetframework= "4.5"/>
MVC bundle Function (2)