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 html beginform in mvc?
What is mvc programming?
what are the benefits of area in mvc?
Why filters are used in mvc?
What is difference between MVC and MVP ?
List out a few different return types of a controller action method?
What is mvc authorize?
What is html helpers in mvc?
What is code blocks in views?
What is mvc in detail?
What are the exception filters in mvc?
Is angular mvvm or mvc?