1.三种开发方式的对比
WebForm模型,使用了CodeBehind技术,页面和代码逻辑耦合在一起
ASP.NET MVC 直接访问的是Controller中的某个Action,然后返回页面
MVC初体验-开发方式对比(3)
原文:https://www.cnblogs.com/LeeSki/p/12178289.html