What is difference between TempData and ViewData ?
Ask by Anonymous User
Updated 15 Sep 2020
“TempData” maintains data for the complete request while “ViewData” maintains data only from the Controller to the view.