4 references to Email
IdentitySample.DefaultUI (4)
Areas\Identity\Pages\Account\Register.cshtml.cs (4)
84
UserName = Input.
Email
,
85
Email = Input.
Email
,
102
await _emailSender.SendConfirmationLinkAsync(user, Input.
Email
, HtmlEncoder.Default.Encode(callbackUrl));
106
return RedirectToPage("RegisterConfirmation", new { email = Input.
Email
});