R
Raymond Du
Hi,
I have questions about http handler:
(1) Does it always ends with .ashx, the articles I read said http handler is
for developers to create something to handle different kind of files
extension, but all example I saw use .ashx.
(2) It does not inherit from Page class at all. Right? If it does not
inherit fro Page, how do I access Request, Response, Session or Application?
TIA
I have questions about http handler:
(1) Does it always ends with .ashx, the articles I read said http handler is
for developers to create something to handle different kind of files
extension, but all example I saw use .ashx.
(2) It does not inherit from Page class at all. Right? If it does not
inherit fro Page, how do I access Request, Response, Session or Application?
TIA