@{ ViewBag.Title = "Demo link display page - Not for production use"; }

@ViewBag.Title.

Demo link display page - Not for production use.

@if (ViewBag.Link != null) {

For DEMO only: You can click this link to confirm the email: [[link]]
Please change this code to register an email service in IdentityConfig to send an email.

}