C#C
C#2y ago
Robisca

ASP.NET MVC Way to handle a page

Hello, i'm trying to build a quiz and I don't know how to handle the quiz page itself. Is it better to handle the response from the user in controller and return a new view or is it better to handle the response in the Model of the view and update the view accordingly? Note that i use MVC and Razor pages. I don t use AJAX or Angular or anything else
Was this page helpful?