Finished 'ViewData in ASP.NET MVC' removed unnecessary html elements

This commit is contained in:
jason.zhu 2021-06-10 18:14:51 +10:00
parent 2d19c8578d
commit 07956d2d3c

View File

@ -43,9 +43,5 @@
<td>@employee.Address</td>
</tr>
</table>
<div>
<h1>Index View Coming From Views/Home Folder</h1>
</div>
</body>
</html>