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 |
Mention what does model-view-controller represent in an mvc application?
What is difference between mvvm and mvc?
Is mvc better than web forms?
How to perform exception handling in mvc?
What are the steps for the execution of an mvc project?
What is Controller in MVC application?
What is the difference between viewdata and viewbag?
What is mvvm mvc?
What is mvc in angularjs?
What is data annotation in mvc?
What is mvc handler?
What is the main view engine called?