Httphandlers和http模块

时间:2011-02-07 12:55:36

标签: asp.net

我们如何确定应用程序是否在应用程序中使用任何HTTPModule和httphandler?

无论如何都要在不检查web.config文件的情况下从url中找到它?

1 个答案:

答案 0 :(得分:1)

如果不使用支持的代码,您无法确定。

获取当前处理程序。

System.Web.HttpContext.Current.CurrentHandler 

获取为请求执行的模块列表

System.Web.HttpContext.Current.ApplicationInstance.Modules