@{ | |
ViewData["Title"] = "Home Page"; | |
} | |
<div class="text-center"> | |
@using (Html.BeginForm("Login", "Home", FormMethod.Post)) | |
{ | |
<input type="submit" value="Login" /> | |
} | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment