最近学习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
浙公网安备 33010602011771号