2007年11月16日

Response.Redirect在新窗口打开的另一种方法

摘要: 这里是孟子提供的方法 这里介绍Ihttpmodule处理请求管道的方法。Response.Redirect的原理是服务器设置返回http状态码为302,然后客户端执行跳转,用reflector可以看到.net的代码段。 以下是HttpResponse类的Redirect方法中的跳转代码 thi... 阅读全文

posted @ 2007-11-16 11:06 代码王子 阅读(178) 评论(0) 推荐(0)

导航