Html.DropDownListFor

2020-12-13 15:36

阅读:460

标签: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,搜素材,soscw.com

Html.DropDownListFor

标签:style   class   blog   code   ext   color   

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


评论


亲,登录后才可以留言!