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