or
<
label
for
=
"Options"
>Options</
label
>
.Name("Options")
.Placeholder("Please select")
.HtmlAttributes(new { style = "width: 100%;" })
.BindTo(new List<
string
>() {
"Option 1",
"Option 2"
})
)