1.

What is TempData in MVC?

Answer»

TEMPDATA can be defined as a dictionary object used for STORING data for a short period of TIME. This is the MVC’s TempDataDictionary class which acts as a Controller base-class’s instance property. TempData has the ability to PRESERVE data for an HTTP request.



Discussion

No Comment Found