5 references to Input
Microsoft.AspNetCore.Identity.UI (5)
Areas\Identity\Pages\V4\Account\ForgotPassword.cshtml.cs (2)
66
var user = await _userManager.FindByEmailAsync(
Input
.Email);
83
await _emailSender.SendPasswordResetLinkAsync(user,
Input
.Email, HtmlEncoder.Default.Encode(callbackUrl));
Areas_Identity_Pages_V4_Account_ForgotPassword_cshtml.g.cs (3)
119
Input
.Email
142
Input
.Email
168
Input
.Email