码迷,mamicode.com
首页 > Web开发 > 详细

Html.DropDownListFor

时间:2014-06-20 17:48:00      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:style   class   blog   code   ext   color   

@Html.DropDownListFor(x => x.WillAttend, new[] {
                        new SelectListItem() {Text = "Yes, I‘ll be there",
                        Value = bool.TrueString},
                        new SelectListItem() {Text = "No, I can‘t come",
                        Value = bool.FalseString}
                        }, "Choose an option")

bool.FalseString

Html.DropDownListFor,布布扣,bubuko.com

Html.DropDownListFor

标签:style   class   blog   code   ext   color   

原文地址:http://www.cnblogs.com/dotnetmvc/p/3796493.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!