1 write to Input
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\Manage\Email.cshtml.cs (1)
102
Input
= new InputModel
4 references to Input
Microsoft.AspNetCore.Identity.UI (4)
Areas\Identity\Pages\V5\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));