@Html.RadioButtonFor(m => m.IsJianChe, true, new { @style = "width: 18px; height: 18px;" })是
@Html.RadioButtonFor(m => m.IsJianChe, false, new { @style = "width: 18px; height: 18px;" })否

@Html.DropDownListFor(model => model.SpecialAptitude, Reloadsoft.Literary_PuDong.Wap.Helper.EnumHelper.GetSelectList(typeof(SpecialAptitude), "请选择", "0"), new { @onchange = "CheckType(this)" })

@Html.LabelFor(model => model.SpecialAptitude, new { @class = "input-group-addon" })

@Html.TextBoxFor(m => m.Name, new { @class = "form-control" })

也可以不写@
@Html.CheckBox("ShiYiObjects", new { value = "幼儿" })幼儿

最新文章

  1. web开发实战--弹出式富文本编辑器的实现思路和踩过的坑
  2. Discuz!X2大附件上传插件-Xproer.HttpUploader6
  3. Struts2版本配置2.1以前与以后---关于filter的配置
  4. 企业应用的Web程序的安全性
  5. eval()字符串转成对象
  6. html-----013----实体字符/HTML URL 编码
  7. 《JavaScript高级程序设计 第3版》-学习笔记-2
  8. .NET常用的扩展方法整理
  9. OD: Ring0 & Kernel
  10. o​r​a​l​c​e​ ​D​B​A​ ​培​训_lesson06
  11. 仿爱乐透android客户端界面实现(附工程源码)
  12. Java 中Calendar、Date、SimpleDateFormat学习总结
  13. ListView中点击Item没有任何响应
  14. 单元测试er——为什么真的真的要写单元测试
  15. iOS学习笔记之触摸事件&UIResponder
  16. 使用kbmmw smart service 属性时的一个注意事项
  17. liunx查询进程下的线程
  18. rabbitmq学习(二):rabbitmq(消息队列)的作用以及rabbitmq之直连交换机
  19. asp.net 导出 Excel 身份证格式显示格式问题
  20. 用Visual studio2012在Windows8上开发内核驱动监视进程创建

热门文章

  1. Buck converter uses low-side PWM IC
  2. printf回到上一行开头以及回到本行开头的方法
  3. Flink 靠什么征服饿了么工程师?
  4. 由学习《软件设计重构》所想到的代码review(一)
  5. Iometer教程
  6. 设置pycharm为Eclipse快捷键
  7. 水晶报表WEB方式下不打印的问题
  8. ckeditor 实现图片上传以及预览(亲测有效)
  9. TortoiseSVN 源代码下载
  10. 《Go并发编程实战》第2版 紧跟Go的1.8版本号