Routing in ASP.Net 4.0 Web Forms

Posted by nikolaosk on ASP.net Weblogs See other posts from ASP.net Weblogs or by nikolaosk
Published on Mon, 03 Jan 2011 12:15:00 GMT Indexed on 2011/01/04 1:54 UTC
Read the original article Hit count: 282

Filed under:
|
|
|
|
In this blog post I would like to talk about a new ASP.Net 4.0 feature, URL Routing . I know this issue has been explained from various people on the web but I will give my own example. We could implement routing since ASP.Net 3.5 SP1 but it was there primarily to support ASP.Net MVC . Even in that release you could implement rounting in web forms but it was a quite difficult thing to do. However in ASP.Net 4.0 there is an integrated support for routing. It becomes easy to map requests in your site...(read more)

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about c#