Httpcontext objects?
Answers were Sorted based on User's Feedback
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 |
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 |
Where are the value-type variables allocated in the computer RAM ?
What is .net framework & its benefits?
What is serialization ?
what is VSS? Where we are using?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
how to face first interview in .NET?
What is the difference between .net core and .net framework?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
Diffence between .net framework 1.0 and 2.0?
why DotNetFramework is included in building a software
What is the use .glimpse in mvc?
What is GC (Garbage Collection) and how it works