Html.DropDownListFor
2020-12-13 15:36
标签:style class blog code ext color bool.FalseString Html.DropDownListFor,搜素材,soscw.com Html.DropDownListFor 标签:style class blog code ext color 原文地址:http://www.cnblogs.com/dotnetmvc/p/3796493.html@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")
上一篇:4.1 什么是CSS样式表
文章标题:Html.DropDownListFor
文章链接:http://soscw.com/index.php/essay/35263.html