ASP.NET MVC

摘要: Model:数据和业务规则 data and business rulesView: 结果展示 output and representationController: 把用户输入 转变成 Model能处理的数据访问localhost/Home/index.aspx,实际机制:HomeControl.cs中的 Action index;返回机制:返回Views/Controller/index.aspx总结:请求aspx时,是请求control类下的action方法 返回views时,是返回View目录下的Control类的action.aspx.入门文章C1http://www.cnblog 阅读全文
posted @ 2012-07-04 22:04 imihiro 阅读(464) 评论(0) 推荐(0)