I have seen mvccontrolstoolkit new upcoming controls for ASP.MVC. In the project description it is written that these are advanced Server Controls. Are these controls are like webfrom server controls. Do these controls voilate MVC design pattern?. I have a concern about the Server Control keyword in their description
I have seen mvccontrolstoolkit new upcoming controls for ASP.MVC. In the project description it
Share
From the MVC Controls toolkit page
So I would say no, the controls don’t violate the MVC design pattern.
By ‘server controls’ they are referring to HTML helpers and model binders that execute on the server.