bundles.Add(new ScriptBundle("~/bundles/extjs").Include(
"~/Scripts/extjs/ext-all-debug.js",
"~/Scripts/default.js",
"~/Scripts/jquery-1.7.1.js",
"~/Scripts/extjs/ext-lang-zh_TW.js",
"~/Scripts/TRAUtility.js"));
Web.config
<compilation debug="false" targetframework="4.5">使用方式
@{
Layout = null;
}
<html lang="zh-tw">
<head id="Head1" runat="server">
<title></title>
@Scripts.Render("~/bundles/extjs")
</head>
<body>
</body>
</html>
修改前修改後


沒有留言:
張貼留言