My other razor view pages have @ViewBag.Something, and those are not creating any problem.
But I have added a layout page in the shared directory, which contains @ViewBag.Something.
Now I am getting -
'viewbag' does not exist in the current context
What did I miss in my project?
