1 write to Input
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\Manage\Index.cshtml.cs (1)
85
Input
= new InputModel
2 references to Input
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V5\Account\Manage\Index.cshtml.cs (2)
118
if (
Input
.PhoneNumber != phoneNumber)
120
var setPhoneResult = await _userManager.SetPhoneNumberAsync(user,
Input
.PhoneNumber);