8
Shouts

Custom ASP.NET Routing to an HttpHandler - Rick Strahl's Web Log

published 785 days, 16 hours, 32 minutes ago posted by iftekharahmedamitiftekharahmedamit 788 days, 15 hours, 53 minutes ago
Friday, April 01, 2011 10:22:51 PM GMT Tuesday, March 29, 2011 11:01:56 PM GMT

As of version 4.0 ASP.NET natively supports routing via the now built-in System.Web.Routing namespace. Routing features are automatically integrated into the HtttpRuntime via a few custom interfaces.

New Web Forms Routing Support

In ASP.NET 4.0 there are a host of improvements including routing support baked into Web Forms via a RouteData property available on the Page class and RouteCollection.MapPageRoute() route handler that makes it easy to route to Web forms. To map ASP.NET Page routes is as simpl...

category: Web Dev | clicked: 2 | | source: west-wind.com | show counter code
tags: Routing, ASP.NET 4.0, ASP.NET 4, ASP.NET