Httpcontext objects?

Answers were Sorted based on User's Feedback



Httpcontext objects?..

Answer / rashmi tiwari

An HttpContext object will encapsulate specific details of
a single HTTP request. Properties of this class include the
Request object, the Response object, the Session object,
and an AllErrors property which keeps an array of Exception
objects accrued during the current request.

Is This Answer Correct ?    5 Yes 1 No

Httpcontext objects?..

Answer / vinod mathew

Following are members of System.Web.HTTPContext

1.Application
2.Application Instance
3.Cache
4.Previous Handler
5.Profile
6.Request
7.Server
8.Session

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

What are the different types of filters, in an asp.net mvc application?

1 Answers   NA,


What is IL

1 Answers  


what is mean by type-safe? Please answer me. Advance thanks.

0 Answers   Excel,


How do you create shared assemblies ?

1 Answers  


about triggers?

6 Answers   CSC,






How we can handle the exception at controller level in ASP.Net MVC?

0 Answers  


What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?

0 Answers  


What is meant by tempdata in mvc?

0 Answers  


How do I define my own code group

1 Answers  


What is .net framework & its benefits?

0 Answers  


When was the first version of .NET released

1 Answers  


What is entitytypes? : Entity framework

0 Answers  


Categories