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