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

How you deploy .NET assemblies

1 Answers  


What does mvvm mean?

0 Answers  


What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?

0 Answers  


What does a viewmodel do?

0 Answers  


What are bundling & minification features in asp.net mvc 4?

0 Answers  






What is a model in programming?

0 Answers  


Features in .net framework 1.1 ?

1 Answers   Digital GlobalSoft,


who handles these error while writing the source code???.

2 Answers  


What is oauth in web api?

0 Answers  


What is namespace of asp.net mvc?

0 Answers  


which is good java or Dot net?

3 Answers   Halosys,


What are Action Methods in ASP.NET MVC?

0 Answers  


Categories