1 write to NewEmail
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\Email.cshtml.cs (1)
104
NewEmail
= email!,
10 references to NewEmail
Microsoft.AspNetCore.Identity.UI (10)
_generated\15\Email_cshtml.g.cs (3)
286
Input.
NewEmail
309
Input.
NewEmail
335
Input.
NewEmail
_generated\57\Email_cshtml.g.cs (3)
318
Input.
NewEmail
345
Input.
NewEmail
369
Input.
NewEmail
Areas\Identity\Pages\V4\Account\Manage\Email.cshtml.cs (4)
137
if (Input.
NewEmail
!= email)
140
var code = await _userManager.GenerateChangeEmailTokenAsync(user, Input.
NewEmail
);
145
values: new { area = "Identity", userId = userId, email = Input.
NewEmail
, code = code },
147
await _emailSender.SendConfirmationLinkAsync(user, Input.
NewEmail
, HtmlEncoder.Default.Encode(callbackUrl));