1. Introduction
2. Pre-requisite
3. What is URL Routing/ASP.NET Routing?
4. Benefits of URL Routing
5. Routes
6. URL Patterns
7. How to add routes to Web Form Application?
8. Setting Default Values for URL Parameters.
9. How to handle number of segments in a URL Pattern?
10. How to add constants to Routes?
11. How URLs are matched to Routes?
12. Components of ASP.NET 4.0 URL Routing.
13. How to access URL Parameters in a Routed Page?
14. How to create URLs from Routes?
15. Bidirectional Routing.
16. Example
17. Difference between URL Rewriting and URL Routing.
18. Conclusion