摘要:
我对HttpHandler的理解HttpHandler 是Framework中提供用于对Http请求的编程。而实现这一操作的主要接口是IHttpHandler和IHttpModule.利用HttpHandler 实现在不同的语言下调用不同的Css文件 创建HttpHandlerCss.cs 文件 View Code public class HttpHandlerCss : System.Web.IHttpHandler, IRequiresSessionState { public bool IsReusable { get { ... 阅读全文
posted @ 2012-03-22 14:44
异样的世界
阅读(2515)
评论(4)
推荐(3)