Question: How do you resolve an Asp.Net Core 3.1 MVC 5 Error "ViewBag does not Exist in the Current Context"
Login to See the Rest of the Answer
Answer: Make sure that you are only using Microsoft.AspNetCore.MVC and not System.Web.Mvc. This error shows up if you are upgrading an Asp.Net Application from .Net 4.7 to .Net Core.
Login to Continue, We will bring you back to this content 0