我在mvc网站上工作
我有 2 个 CSS 文件,一个用于阿拉伯语用户,另一个用于英语用户
但是第一个 css 文件添加到 bundle
喜欢:
bundles.Add(New StyleBundle("~/Content/css").Include("~/Content/site.css"))
我想添加另一个样式包
喜欢:
bundles.Add(New StyleBundle("~/Content/css").Include("~/Content/site.ar.css"))
并根据用户选择更改使用过的