Update sample3.cshtml (#5074)

pull/5083/head
王刚 2018-01-03 09:31:40 +08:00 committed by Rick Anderson
parent 9a466bff79
commit 32b2d2fc28
1 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@
<li>@Html.ActionLink("About", "About", "Home")</li>
<li>@Html.ActionLink("Contact", "Contact", "Home")</li>
</ul>
@Html.Partial("_LoginPartial")
</div>
</div>
</div>
@ -41,4 +40,4 @@
@Scripts.Render("~/bundles/bootstrap")
@RenderSection("scripts", required: false)
</body>
</html>
</html>