What is tempdata in mvc?
Answer / Pallavi Singh
TempData is a feature in ASP.NET MVC that allows you to pass data between actions, typically for a single request-response cycle. Unlike ViewData and ViewBag, TempData stores data as Session variables, which means it persists beyond a single action execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mvc flow?
Why was mvc developed?
What is the use of keep and peek in “tempdata”?
What is ignore route in mvc?
Is angular 2 is mvc?
what are the components defined in the model from mvc architecture?
what is get and post action types?
What is mvc htmlhelper?
Explain in which assembly is the mvc framework is defined?
Why mvc is better than asp net?
What is validation in mvc?
What is crud mvc?