Output is showing like: (Only the employee IDs are showing)
1001110012100141001510016;
@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>
答案 0 :(得分:0)
看起来它没有找到模板。该文件夹应该是EditorTemplates(最后带有s)