ASP.NET Core - Using TempData
TempData is next to ViewBag and ViewData a common way to handle data for Requests and Views. ViewData and ViewBag is only available in the current request and current View. TempData has the functionality to store data …
Read Blog Post
