DropDownList optionLabel不使用多个属性

时间:2015-06-24 15:10:55

标签: asp.net-mvc html5 asp.net-mvc-4 jquery-mobile

我使用jquery mobile multiselectASP.Net MVC 4,但optionLabel属性不适用于multiple属性。

<%= Html.DropDownList("nameDropDow", new MultiSelectList(AllPossibleValues, SelectedValues), "Please, select values",
                            new Dictionary<string, Object>  { 
                            {"multiple", "multiple"}
                            }) %>

此问题是否有解决方法?

0 个答案:

没有答案