博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Global 文件中挂接HttpModule事件的方法列表参考
阅读量:7222 次
发布时间:2019-06-29

本文共 2056 字,大约阅读时间需要 6 分钟。

protected void Application_Start(object sender, EventArgs e)

        {
        }

        protected void Session_Start(object sender, EventArgs e)

        {
        }

        protected void Session_End(object sender, EventArgs e)

        {
        }

        protected void Application_AcquireRequestState(object sender, EventArgs e)

        {
        }
        protected void Application_AuthenticateRequest(object sender, EventArgs e)
        {
        }
        protected void Application_AuthorizeRequest(object sender, EventArgs e)
        {
        }
        protected void Application_BeginRequest(object sender, EventArgs e)
        {
        }
        protected void Application_Disposed(object sender, EventArgs e)
        {
        }
        protected void Application_EndRequest(object sender, EventArgs e)
        {
        }
        protected void Application_Error(object sender, EventArgs e)
        {
        }
        protected void Application_LogRequest(object sender, EventArgs e)
        {
        }
        protected void Application_MapRequestHandler(object sender, EventArgs e)
        {
        }
        protected void Application_PostAcquireRequestState(object sender, EventArgs e)
        {
        }
        protected void Application_PostAuthenticateRequest(object sender, EventArgs e)
        {
        }
        protected void Application_PostAuthorizeRequest(object sender, EventArgs e)
        {
        }
        protected void Application_PostLogRequest(object sender, EventArgs e)
        {
        }
        protected void Application_PostMapRequestHandler(object sender, EventArgs e)
        {
        }
        protected void Application_PostReleaseRequestState(object sender, EventArgs e)
        {
        }
        protected void Application_PostRequestHandlerExecute(object sender, EventArgs e)
        {
        }
        protected void Application_PostResolveRequestCache(object sender, EventArgs e)
        {
        }
        protected void Application_PostUpdateRequestCache(object sender, EventArgs e)
        {
        }
        protected void Application_PreRequestHandlerExecute(object sender, EventArgs e)
        {
        }
        protected void Application_PreSendRequestContent(object sender, EventArgs e)
        {
        }
        protected void Application_PreSendRequestHeaders(object sender, EventArgs e)
        {
        }
        protected void Application_ReleaseRequestState(object sender, EventArgs e)
        {
        }
        protected void Application_ResolveRequestCache(object sender, EventArgs e)
        {
        }
        protected void Application_UpdateRequestCache(object sender, EventArgs e)
        {
        }

转载地址:http://mkzfm.baihongyu.com/

你可能感兴趣的文章
TopN算法与排行榜
查看>>
lucene排序算法之向量空间模型(一)
查看>>
新浪微博数据Json格式解析
查看>>
WLAN 802.11 wifl区别
查看>>
oracle授权动态视图权限给用户
查看>>
Debian – 出现-bash: pip: command not found错误解决办法
查看>>
Zxing扫描二维码
查看>>
我的友情链接
查看>>
aspcms后台拿shell漏洞(非添加模块)及修复方法
查看>>
C语言冒泡排序法
查看>>
B2B行业门户网站群发邮件时间及发送频率
查看>>
关于虚拟机能ping通物理机,而物理机ping不通虚拟机问题解决。
查看>>
同台机器启动多个mysql
查看>>
iframe 跨域高度自适应
查看>>
struts2+hibernate3+spring3(ssh2)框架下的web应用
查看>>
Linux下的三个时间属性
查看>>
semanage
查看>>
[case分享]Exchange 2010 登陆OWA查看邮件出现Rights managem operation failed
查看>>
linux dd 读取 写入磁盘速度
查看>>
dmidecode查看linux硬件信息
查看>>