.net 拦截器

来源:互联网 发布:活水清泉网络诗歌456 编辑:程序博客网 时间:2024/06/01 22:03
 public class MvcApplication : PpdaiGlobalApplication
    {
        protected void Application_BeginRequest(object sender, EventArgs e)
        {
            //if (Context.Request.FilePath == "/hs")
            //{
                //Response.Write("OK");
                //Context.RewritePath("healthy.html");
            //}
        }
    }
原创粉丝点击