You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
266 B

@{
ViewBag.Title = "确认电子邮件";
}
<h2>@ViewBag.Title。</h2>
<div>
<p>
感谢你确认电子邮件。请@Html.ActionLink("单击此处登录", "Login", "Account", routeValues: null, htmlAttributes: new { id = "loginLink" })
</p>
</div>