Output is showing like: (Only the employee IDs are showing)
1001110012100141001510016;
法典
编辑器模板(位置视图\共享\编辑器模板\员工.cshtml
@model MultiRowDEL.Models.Employee
<tr>
<td>
<input type="checkbox" name="empIdsToDel" id="empIdsToDel" value="@Model.EmployeeID" />
</td>
<td>
@Model.Name
</td>
<td>
@Model.Gender
</td>
<td>
@Model.City
</td>
</tr>
看起来找不到模板。文件夹应为编辑器模板(末尾带有 s(