Answer Posted / Tushar Gupta
ViewModel is an object that serves as a bridge between the Controller and View in ASP.NET MVC. It holds the data to be passed to the view, as well as any additional properties needed for display purposes. This helps separate the concerns of data handling, presentation logic, and UI.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers