What are the roles and similarities between ViewData and ViewBag?

beingchinmay

New member
Joined
Jan 15, 2016
Messages
6
Points
0
1. Maintains data when moving from controller to view.
2. Passes data from the controller to the respective view.
3. Their value becomes null when any redirection occurs, because their role is to provide a way to communicate between controllers and views. It's a communication mechanism within the server call.
 
Older threads
Replies
8
Views
4,355
Replies
2
Views
2,613
Replies
14
Views
8,218
Replies
28
Views
12,765
Latest threads
Replies
1
Views
166
WTS OOUM.com
Replies
0
Views
186
Replies
0
Views
159
Top