放逐忧伤

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年5月25日

摘要: <%@ WebHandler Language="C#" Class="FormValidator" %>using System;using System.Web;public class FormValidator : IHttpHandler, System.Web.SessionState.IRequiresSessionState{ public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain&qu 阅读全文
posted @ 2011-05-25 15:47 放逐忧伤 阅读(349) 评论(0) 推荐(0)