Raj Aththanayake's Blog Raj Aththanayake's Blog | URL Routing in ASP.NET 4.0

URL Routing in ASP.NET 4.0

4. April 2010

RoutingIn ASP.NET MVC you can have clean nice SEO friendly Url.

For example:

 

However with ASP.NET 3.5 SP1, Webforms require an implementation of an IRouteHandler to support clean nice Url. This can be quite tedious, and often require more work.  With ASP.NET 4.0, you can add this support easily without having to use or implement an IRouteHandler.

The below two articles explain how to achieve this in web forms. 

ASP.NET / ASP.NET MVC

Comments are closed