Kizspy | Question: 42
(Choose 1 answer)
Choose the correct answer about working with ViewData in Razor Pages.
A. ViewData is a container for data to be passed from the PageModel to the content page.
B. ViewData is a dictionary of objects with an object-based key.
C. ViewData is a wrapper around the ViewBag dictionary and provides an alternative way to access ViewBag contents.
D. None of the others.