尝试将枚举集合传递给 DropDownList 时出现错误。
该集合的类型为 IEnumerable。
错误状态:“无法解析方法 DropDownListFor(lambda 表达式,System.Collections.Generic.IEnumerable”
编码:
@Html.DropDownListFor(m => listing.WorkflowStatus, Model.WorkflowStatuses, new { id = listing.WorkflowStatus, onchange = "$(this.form).submit()" })
我完全被困住了。谁能给我建议可能是什么问题?