Answer Posted / Preeti Sonker
ViewModels (or View Models) in MVC are used to simplify the data passed from the Controller to the View. They help manage properties and commands that are needed by the View, but not directly by the Model.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers