5 references to Input
Microsoft.AspNetCore.Identity.UI (5)
Areas\Identity\Pages\V5\Account\ResendEmailConfirmation.cshtml.cs (2)
79
var user = await _userManager.FindByEmailAsync(
Input
.Email);
94
await _emailSender.SendConfirmationLinkAsync(user,
Input
.Email, HtmlEncoder.Default.Encode(callbackUrl));
Areas_Identity_Pages_V5_Account_ResendEmailConfirmation_cshtml.g.cs (3)
122
Input
.Email
148
Input
.Email
172
Input
.Email