1 write to NewEmail
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\Email.cshtml.cs (1)
104NewEmail = email!,
10 references to NewEmail
Microsoft.AspNetCore.Identity.UI (10)
Areas\Identity\Pages\V4\Account\Manage\Email.cshtml.cs (4)
137if (Input.NewEmail != email) 140var code = await _userManager.GenerateChangeEmailTokenAsync(user, Input.NewEmail); 145values: new { area = "Identity", userId = userId, email = Input.NewEmail, code = code }, 147await _emailSender.SendConfirmationLinkAsync(user, Input.NewEmail, HtmlEncoder.Default.Encode(callbackUrl));
Areas_Identity_Pages_V4_Account_Manage_Email_cshtml.g.cs (3)
287Input.NewEmail 310Input.NewEmail 336Input.NewEmail
Areas_Identity_Pages_V5_Account_Manage_Email_cshtml.g.cs (3)
319Input.NewEmail 346Input.NewEmail 370Input.NewEmail