2. ViewBag
Type: dynamic
(wrapper around ViewData)
Scope: From Controller to View
✅ Use Case:
Similar to ViewData, but with cleaner syntax using dynamic properties.
✅ Example:
Controller:
View (Razor):
⚠️ Considerations:
-
Also loosely typed
-
No compile-time checking