zoukankan      html  css  js  c++  java
  • Global 文件中挂接HttpModule事件的方法列表参考

    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)
            {
            }

  • 相关阅读:
    vue中根据手机类型判断是安卓、微信或IOS跳转相应下载页面
    冒泡排序、数组去重
    vue2中component父子组件传递数据props的使用
    filter 在CSS用的效果
    纪念一下——做事要踏实
    要先学会做人,再做事
    2014再见,2013你好!
    --initialize specified but the data directory has files in it. Aborting. 解决
    Unity 发生 System.TypeInitializationException: “”的类型初始值设定项引发异常。的错误
    C#和delphi交互传结构体的delphi接收不到问题
  • 原文地址:https://www.cnblogs.com/netcasewqs/p/2593304.html
Copyright © 2011-2022 走看看