January 2013
Beginner to intermediate
756 pages
19h 59m
English
![]()
In the previous chapter, we showed you how to use the routing system to handle incoming URLs—but this is only part of the story. We also need to be able use our URL schema to generate outgoing URLs we can embed in our views, so that users can click links and submit forms back to our application in a way that will target the correct controller and action. In this chapter, we will show you different techniques for generating outgoing URLs, show you how to customize the routing system by replacing the standard MVC routing implementation classes and use the MVC Framework areas feature, which allows you to break ...