When to use a routing rule vs query string parameters with asp.net mvc

Posted by mwright on Stack Overflow See other posts from Stack Overflow or by mwright
Published on 2010-03-26T20:31:37Z Indexed on 2010/03/26 20:33 UTC
Read the original article Hit count: 401

We're considering moving forward with a ASP.NET MVC project and the subject of routing versus parameters came up.

Seeing as how you can easily set up either or a combination of both in ASP.NET MVC, are there any considerations that I should be aware of when using one or the other?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about best-practices