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