.NET MVC 生命週期

.net mvc應用程序請求和響應過程中,主要包含8個步驟:  1)RouteTable(路由表)的創建       2)UrlRoutingModule 請求攔截       3)Routing engine 確定route       4)route handler 創建相關的IHttpHandler實例       5)IHttpHandler實例確定Controller(控制器)    
相關文章
相關標籤/搜索