@{
Layout = "~/Views/Shared/_Layout.cshtml";
}

<h2>登录</h2>

<p>
@using(Html.BeginForm("Login", "Login", FormMethod.Post)){
<p>
<br>用户:@Html.TextBox("username")
密码:@Html.TextBox("password")
<input ] },null)
</p>
<p>
</p>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
  • 2021-07-01
  • 2022-12-23
猜你喜欢
  • 2021-05-13
  • 2022-12-23
  • 2022-02-13
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案