天天看點

ASP.NET MVC

 ASP.NET MVC 就是根據 Model 2 模式設計的。對于 HTTP 請求的攔截以實作對目标 Controller 和 Action 的解析是通過一個自定義 Http Module 來實作的,而對目标 Controller 的 激活則通過一個自定義 HttpHandler 來完成

HttpModule (UrlRoutingModule)

    |

HttpHandler (MvcHandler)

繼續閱讀