首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

ASP.NET MVC #02, ASP.NET MVC Routing

Posted on 2010-02-02 22:46  饭后爱  阅读(210)  评论(0编辑  收藏  举报

今天正式进入Routing学习...

The ASP.NET Routing module is responsible for mapping incoming browser requests to particular MVC controller actions.

 

读了四篇关于Routing的文章,对Routing有了一点点概念上的理解:)

ASP.NET MVC Routing Overview, http://www.asp.net/learn/mvc/tutorial-05-cs.aspx
Creating Custom Routes, http://www.asp.net/learn/mvc/tutorial-23-cs.aspx
Creating a Route Constraint, http://www.asp.net/learn/mvc/tutorial-24-cs.aspx
Creating a Custom Route Constraint, http://www.asp.net/learn/mvc/tutorial-25-cs.aspx