Is MVC a Single Page Application?

Forums ASP.NET MVCIs MVC a Single Page Application?
Staff asked 2 years ago

Answers (1)

Add Answer
Priyank Parekh Marked As Accepted
Staff answered 2 years ago

Yes, The MVC approach is as follows: You will have one controller that will contain all your input logic and action results. Then you create a layout page and a view (or Partial view) For each action, then you route in the same controller, this way creating a single web page that is only changing content inside the layout.

Subscribe

Select Categories