Advertisement
Guest User

Login Page

a guest
Mar 3rd, 2020
4,096
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. @model LoginViewModel
  2.  
  3. @{
  4.  
  5. }
  6.  
  7. <form asp-controller="Auth" asp-action="Login" method="post" id="edittable">
  8. <div>
  9. <label>Username</label>
  10. <input asp-for="UserName"/>
  11. </div>
  12. <div>
  13. <label>Password</label>
  14. <input asp-for="Password" type="password"/>
  15. </div>
  16. <input type="submit" value="Sign in"/>
  17. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement