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 |
How can you return string result from Action in ASP.Net MVC?
WHICH IS THE BEST INSTITUTE FOR DOTNET REAL TIME PROJECT TRAINING
21 Answers ABC, Cap Gemini, Comspark,
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
How the ‘page lifecycle’ of ASP.Net MVC does works?
What are non action methods in mvc?
how can you tell ef to have a different table or column name than that defined for the class?
can we call the garbage collector to run explicicitly?
What is the difference between old ADO.NET and Entity framework coding techniques?
What are Model Binders in ASP.Net MVC?
If foreground completes its processing will it wait for background threads?
What are the ways to show data grid inside a data grid for a master details type of tables?
What does CLR do as soon as an assembly is created ?