Take the following two examples: @Html.DropDownListFor( x => x.EquipmentId, new SelectList(Model.Equipments, "Id", "Text") ). and:
確定! 回上一頁