Here Mudassar Ahmed Khan has explained a short tutorial with example on how to use TempData in ASP.Net Core MVC.
TempData is derived from the TempDataDictionary class and is basically a Dictionary object used for passing data from Controller to View or from Controller to Controller.
↧