2009年5月14日

服务器端压缩发送数据到客户端ASP.NET MVC

摘要: string acceptEncoding = filterContent.HttpContent.Request.headers["Accept.Encoding"];if(string.IsNullOrEmpty(acceptEncoding)) return ;var response = filterContent.HttpContent.Response;acceptEncoding =... 阅读全文

posted @ 2009-05-14 23:41 冬日阳光 阅读(417) 评论(0) 推荐(0)

导航