|
Answer» We can BRIEFLY describe Temp DATA, VIEW, and Viewbag as: - Temp data: This is used for maintaining the data when there is a SHIFT of work from ONE controller to another.
- View data: This is used for maintaining the data when we will shift from a controller to a view within an application.
- View Bag: This acts as a view data’s dynamic wrapper.
|