A RouteHandler for IHttpHandlers
Posted by: youve been HAACKED,
on 05 Nov 2009 |
View original | Bookmarked: 0 time(s)
I saw a bug on Connect today in which someone offers the suggestion that the PageRouteHandler (new in ASP.NET 4) should handle IHttpHandler as well as Page. I dont really agree with the suggestion because while a Page is an IHttpHandler, an IHttpHandler is not a Page. What I this person really wants is a new handler specifically for http handlers. Lets give it the tongue twisting name: IHttpHandlerRouteHandler. Unfortunately, its too late to add this for ASP.NET 4, but it turns out such a thing...