In this tutorial we will take a look at ASP.NET MVC Routing which is a very powerful method of handling URL’s in web apps. ASP.NET MVC routing serves two main purposes: Matching incoming requests and mapping them to a controller action. Constructing outgoing URLs which correspond to controller actions.ASP.NET MVC Routing compared to URL Rewriting
|
5
Shouts |
|
|||
No comments yet, be the first one to post comment.