2
Reply

What is meaning of View in MVC?

Kishan Singh

Kishan Singh

13y
2.1k
0
Reply
    A view is a (visual) representation of its model. It would ordinarily highlight certain attributes of the model and suppress others. It is thus acting as a presentation filter.
    Views are the UI screens which are responsible for update based on logic written in model via controllers