5
Shouts

ASP.NET MVC Routing Tutorial

published 1152 days, 18 hours, 6 minutes ago posted by JudoJudo 1153 days, 23 hours, 48 minutes ago
Monday, March 29, 2010 10:18:01 AM GMT Sunday, March 28, 2010 4:35:55 AM GMT

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

category: Web Dev | clicked: 1 | | source: www.aspnet101.com | show counter code
tags: Routing, MVC

No comments yet, be the first one to post comment.

To post your comment please login or signup