Articles tagged URL Routing

20 November 2012
20 November 2012

Routing the ASP.NET Way

0
13
ASP.NET MVC is built on top of ASP.NET's HTTP handlers and ad hoc URLs. The process of routing a URL to the correct controller/action pair makes it far easier to create any website that plays a more versatile role than merely serving file-based pages.… Read more