Thursday, January 23, 2014

Routing in MVC

Routes can be used to convert incoming URL request to internal URL (action) request

- Custom Routing
- Route Constraint - Helps filtering the incoming request and divert to specified action
- Ignore URL Patters - Put some of the incoming URL into ignore list
- Areas - Define areas for bulky applications 

No comments:

Post a Comment