摘要:
Views\Home\Index.cshtml@*通过Binder机制把表单Post的数据赋给参数对象对应的属性*@@model MvcHelloWorld.Models.Person@{ ViewBag.Title = "Index";}Please Input Your Information@... 阅读全文
摘要:
在Action里的代码为:var letters = new List() { "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", " 阅读全文