0
我想爲我的下拉列表中定義的默認值按堆棧溢出另一職務爲:錯誤的下拉列表
@Html.DropDownList(Function(model) model.Type, DirectCast(ViewBag.Type, IEnumerable(Of SelectListItem)), "None Selected", "No Payment")
但我得到的錯誤:
「Lambda表達式不能被轉換爲'String',因爲'String'不是委託類型。「
如何實現這一點,如果沒有選擇任何內容返回「沒有付款」。