码迷,mamicode.com
首页 > Web开发 > 详细

httphandler与httpmodule区别

时间:2014-11-17 00:19:49      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   sp   for   文件   div   on   

1、配置不同:

<httpModules>
<!--name表示类名,BtEd2k.UILogic表示命名空间--> <add name="Common" type="BtEd2k.UILogic.Common,BtEd2k.UILogic"></add> </httpModules> <httpHandlers>
  <!--path表示可访问的文件,BtEd2k.UILogic表示命名空间,verb指文件类型如*.aspx,*.ascx-->

<add path="Default.aspx" verb="*" type="BtEd2k.UILogic.Torrent,BtEd2k.UILogic"/> </httpHandlers>

2、用途不同:

a、httphandler相当与webform,可以指定访问哪一个页面的哪一个方法。

b、httpmodule相当于Global,所有的页面都会访问到里面定义的方法。

httphandler与httpmodule区别

标签:style   blog   http   color   sp   for   文件   div   on   

原文地址:http://www.cnblogs.com/renzaijianghu/p/4102622.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!