No it is not implementing the IHttpHandler interface
I think we're talking about two different things here. The Page class in ASP.NET webforms does implement the IHttpHandler interface. You can check it with a tool like JustDecompile or DotPeek for example.
Getting back to your original question: can you elaborate more on it so that it becomes clear what exactly you're after.
Grz, Kris.
Read my blog | Twitter Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
Shoaib Rashi...
Member
291 Points
116 Posts
HttpHandler
Apr 19, 2012 12:36 PM|LINK
how to use HttpHandler in aspx.cs file
i mean in codebehind
XIII
All-Star
182674 Points
23445 Posts
ASPInsiders
Moderator
MVP
Re: HttpHandler
Apr 19, 2012 12:43 PM|LINK
Hi,,
your page is already implementing the IHttpHandler interface itself.
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
Shoaib Rashi...
Member
291 Points
116 Posts
Re: HttpHandler
Apr 19, 2012 05:09 PM|LINK
No it is not implementing the IHttpHandler interface
XIII
All-Star
182674 Points
23445 Posts
ASPInsiders
Moderator
MVP
Re: HttpHandler
Apr 20, 2012 07:09 AM|LINK
Hi,
I think we're talking about two different things here. The Page class in ASP.NET webforms does implement the IHttpHandler interface. You can check it with a tool like JustDecompile or DotPeek for example.
Getting back to your original question: can you elaborate more on it so that it becomes clear what exactly you're after.
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!