@model Winsoft.GOV.XF.WX.Models.ChangePasswordViewModel
@{
ViewBag.Title = "更改密码";
}
@ViewBag.Title。
@using (Html.BeginForm("ChangePassword", "Manage", FormMethod.Post, new { @class = "form-horizontal", role = "form" }))
{
@Html.AntiForgeryToken()
更改密码表单
@Html.ValidationSummary("", new { @class = "text-danger" })
}
@section Scripts {
@Scripts.Render("~/bundles/jqueryval")
}