李空

博客园 首页 新随笔 联系 订阅 管理

2014年2月1日 #

摘要: 1 @{ 2 ViewBag.Title = "Register"; 3 } 4 5 6 7 8 64 @using (Html.BeginForm(null, null, FormMethod.Post, new { id = "Registerform" }))65 {66 Account 67 Password68 Confirm Password69 Email70 71 } MemberEntity objMemberEntity = new MemberEntity(); public ActionRes... 阅读全文
posted @ 2014-02-01 17:42 李空 阅读(271) 评论(0) 推荐(0)