@model Winsoft.GOV.XF.WX.Models.RegisterViewModel
@{
ViewBag.Title = "注册";
}
@ViewBag.Title。
@using (Html.BeginForm("Register", "Account", FormMethod.Post, new { @class = "form-horizontal", role = "form" }))
{
@Html.AntiForgeryToken()
创建新帐户。
@Html.ValidationSummary("", new { @class = "text-danger" })
}
@section Scripts {
@Scripts.Render("~/bundles/jqueryval")
}