What are Http handler ?
Answer Posted / vikas kant
HTTP handlers are the .NET components that implement the
System.Web.IHttpHandler interface, they can act as a target
for the incoming HTTP requests and can be called directly
by using their file name in the URL.
HTTP handlers implement the following two methods:
1) ProcessRequest: called to process http requests and
2) IsReusable which indicates whether this instance of http
handler can be reused for fulfilling another requests of
the same type.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Which class is used to send an email message from an ASP.NET Web page?
What are the main requirements for caching?
How does u call and execute a sp in .net?
What is route in web api?
Explain the difference between array and linkedlist?
What is client side state management?
How can we prepairing Interview
What are strong names?
Define session in asp.net.
What is a user developed application?
Is it possible to change the index of primary key on table?
What is asp.net introduction?
What is the difference between CC and BCC?
Define page output caching?
What is the mvc model?