2014年4月13日

MVC @Html控件

摘要: 传统的Html元素不能和服务端数据进行绑定 HtmlHelper类提供了一系列的方法来生成Html元素 并可以实现与数据绑定在一起 然后生成HtmlHtml.BeginForm(actionName , controllerName , FormMethod , htmlAttribute)创建一... 阅读全文

posted @ 2014-04-13 19:03 wcq 阅读(12689) 评论(0) 推荐(1)

导航