@model Winsoft.GOV.XF.WX.Models.ForgotPasswordViewModel
@{
ViewBag.Title = "忘记了密码?";
}
@ViewBag.Title。
@using (Html.BeginForm("ForgotPassword", "Account", FormMethod.Post, new { @class = "form-horizontal", role = "form" }))
{
@Html.AntiForgeryToken()
输入你的电子邮件。
@Html.ValidationSummary("", new { @class = "text-danger" })
}
@section Scripts {
@Scripts.Render("~/bundles/jqueryval")
}