@using TightWiki.Models @model TightWiki.Models.ViewModels.Profile.ConfirmViewModel @{ Layout = "/Views/Shared/_Layout.cshtml"; }

帐户电子邮件验证

@if (!string.IsNullOrEmpty(Model.ErrorMessage)) {
@Html.Raw(Model.ErrorMessage)
} @if (!string.IsNullOrEmpty(Model.SuccessMessage)) {
@Html.Raw(Model.SuccessMessage)
}

已有账号? 登录.
忘记密码? @Html.ActionLink("Reset it.", "Forgot", "Account").