大 哥

导航

文章分类 -  AJAX

最近学习asp.net一般处理程序(.ashx)
摘要:<%@ WebHandler Language="C#" Class="Handler" %>using System;using System.Web;public class Handler : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentTyp... 阅读全文

posted @ 2009-08-25 16:46 VIP-爷 阅读(1115) 评论(0) 推荐(0)