
Routing is one of the more powerful aspects of the MVC framework (actually, the ASP.NET framework as a whole now implements routing). However, it can be source of frustration, and can be difficult to master. Here are some basic concepts for customizing routes to meet the needs of your application, and enforce a friendly URL structure.