ASP.NET中指定自定义HTTP响应标头
摘要:新建一个类HideServerHeaderHelper,继承IHttpModule,然后重写OnPreSendRequestHeaders,Dispose,Init方法,如下代码所示using System;using System.Collections.Generic;using System....
阅读全文
posted @
2014-04-19 00:59
wongdavid
阅读(1800)
推荐(0)
使用Zxing.net实现asp.net mvc二维码功能
摘要:新建一个html辅助类 public static class HtmlHelperExtensions { public static IHtmlString GenerateRelayQrCode(this HtmlHelper html,string qrValue,int...
阅读全文
posted @
2014-04-19 00:46
wongdavid
阅读(850)
推荐(0)
Ubuntu 12.04使用uginx+fastcgi-mono-server2部署asp.net 网站
摘要:Ubuntu 12.04使用uginx+fastcgi-mono-server2部署asp.net 网站1.安装nginx和mono-fastcgi-server2 sodu apt-get install nginx sodu apt-get install mono-fastcgi-serv...
阅读全文
posted @
2014-03-29 22:06
wongdavid
阅读(514)
推荐(0)
asp.net mvc 反射应用
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication1{ class...
阅读全文
posted @
2013-11-03 01:05
wongdavid
阅读(395)
推荐(0)