摘要: 1.Global.asax中路由的注册 public class WebApiApplication : System.Web.HttpApplication { protected void Application_Start() { AreaRegistration.RegisterAllAre 阅读全文
posted @ 2019-06-10 23:45 不坑不舒服司机 阅读(855) 评论(0) 推荐(0) 编辑
摘要: 我们从application获取的时候查看stepmanager的实现类 初始化application 创建步骤及执行步骤 经典模式PipelineStepManager管道创建步骤 CallHandlerExecutionStep 执行步骤 集成模式同理 阅读全文
posted @ 2019-06-10 20:53 不坑不舒服司机 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 上一节说在urlroutingmodule中mvchandler 映射到httpcontext上,那mvchandler又是怎么执行的呢? (1)、httpruntime 从isapiruntime pr方法到httpruntime ProcessRequestNoDemand(wr)方法 Proc 阅读全文
posted @ 2019-06-10 18:50 不坑不舒服司机 阅读(204) 评论(0) 推荐(0) 编辑