我正在尝试将“--select--”文本添加到下拉列表中,但我没有找到正确的方法。
@Html.DropDownList("dd_searchFor", new SelectList(ClientSystem.Dropdown.DDSearchFor(), "Value", "Text"), "--select--", new { @class = "form-control", style = "height:10px;" })
当我这样做时,“ - select--”文本不会出现在下拉列表中,但它会显示为下拉列表的第一个元素。