在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
NuGet 网站:http://nuget.codeplex.com/releases/view/64974 Combres 英文介绍:http://www.codeproject.com/KB/aspnet/combres2.aspx mvc3的设置和使用过程,模板引擎是razor的。 使用: (1)直接使用vs2010的 NuGet 功能 (2)新建mvc3项目,打开vs2010,视图--->其他窗口--->Package Manager Console(需要系统程序包 Windows PowerShell 2.0,没有请安装) (3)输入 get-package -remote -filter Combres.Mvc ,回车,显示如下:
PM> get-package -remote -filter Combres.Mvc Id Version Description -- ------- ----------- combres.mvc 2.2.1.2 Include extension methods for Combres to inte... combres.mvc 2.2.1.5 Include extension methods for Combres to inte... combres.mvc 2.2.1.8 Include extension methods for Combres to inte... combres.mvc 2.2.1.9 Include extension methods for Combres to inte... combres.mvc 2.2.2.0 Include extension methods for Combres to inte... combres.mvc 2.2.2.2 Include extension methods for Combres to inte... combres.mvc 2.2.2.3 Include extension methods for Combres to inte... combres.mvc 2.2.2.4 Include extension methods for Combres to inte... combres.mvc 2.2.2.5 Include extension methods for Combres to inte...
可以看到comberes.mvc 的版本,这里我安装的是 2.2.2.0 版本 输入 install-package -id Combres.Mvc -version 2.2.2.0 , 回车自动安装combres.mvc (4)安装完成,会自动生成App_Data/combres.xml,这个就是设置压缩/合并的文件配置。这个是我的配置
具体添加压缩方法的配置节点,用于选择哪种方法对资源文件进行压缩
要使用哪种压缩方法,在resourceSet或者在resource上添加相应的属性即可,配置后像下面这样:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论