Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created July 19, 2020 23:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xximjasonxx/4d01c8738ce43d47abe5f10042505de5 to your computer and use it in GitHub Desktop.
Save xximjasonxx/4d01c8738ce43d47abe5f10042505de5 to your computer and use it in GitHub Desktop.
@{
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