bundles.Add(new StyleBundle("~/Resources/styles/css").Include(
"~/Resources/styles/bootstrap-3.1.1.css",
"~/Resources/third-party/ng-table.css",
"~/Resources/styles/site.css"));
我在BundleConfig.cs'中有以上类型的捆绑包。 file.How如何将cdn添加到上面的包中?任何帮助都将受到高度赞赏。
我的CDN是:
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet" />