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