4 references to Email
Microsoft.AspNetCore.Identity.UI (4)
Areas\Identity\Pages\V4\Account\Register.cshtml.cs (4)
131
await _userStore.SetUserNameAsync(user, Input.
Email
, CancellationToken.None);
132
await _emailStore.SetEmailAsync(user, Input.
Email
, CancellationToken.None);
148
await _emailSender.SendConfirmationLinkAsync(user, Input.
Email
, HtmlEncoder.Default.Encode(callbackUrl));
152
return RedirectToPage("RegisterConfirmation", new { email = Input.
Email
, returnUrl = returnUrl });