1.

Does Tempdata hold the data for other request in ASP.Net MVC?

Answer»

If Tempdata is assigned in the current request then it will be available for the current request and the subsequent request and it depends whether data in TempData read or not. If data in Tempdata is read then it would not be available for the subsequent requests.



Discussion

No Comment Found