2015年6月7日

HTML赋值方法练习

摘要: index.cshtml@{ ViewBag.Title = "Index";}@model TestHtmlMethod2.Models.GenreIndex @Html.TextBox("Title", "")这是一个text框 @Html.TextArea("Desc","描... 阅读全文

posted @ 2015-06-07 23:23 程序猿_frank 阅读(613) 评论(0) 推荐(0)

导航