我已经通过这段代码加载了一个组合框。
@Html.DropDownListFor(model => model.OEValue, new
SelectList(Enum.GetValues(typeof(ICS.Base.Client.Utility.EnumOperationFunctionality))),
new { id = "cboOEValue", style = "width: 225px;" })
cboOEValue
现在我想要by的选定值EnumOperationFunctionality
。