4
Reply

What is ViewModel. ?

Lalit Raghav

Lalit Raghav

Sep 25, 2015
847
0

    ViewModel Is Use To Pass Data but Not in strongly-typed view.

    Dr.Ajay Kashyap
    December 14, 2016
    0

    In ASP.NET MVC, ViewModel is a class that contains the fields which are represented in the strongly-typed view. It is used to pass data from controller to strongly-typed view

    Umesh Maurya
    September 04, 2016
    0

    display the set of details

    Keerthi Venkatesan
    May 13, 2016
    0

    View model represent only data that you want to display in view

    Lalit Raghav
    September 25, 2015
    0