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