Here Mudassar Ahmed Khan has explained with an example, how to pass (send) data from one Controller to another Controller 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.
↧