Please see my other MVC articles.
Using URL Properties in a page
MVC, ASP.NET, and IIS provide a very easy and effective way to interpret data contained within the current URL.
By simply creating a method with the appropriately named parameters (order doesn’t matter), that method may parse data contained within the URL.

