1 write to Input
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\Index.cshtml.cs (1)
85Input = new InputModel
8 references to Input
Microsoft.AspNetCore.Identity.UI (8)
_generated\19\Index_cshtml.g.cs (3)
200Input.PhoneNumber 223Input.PhoneNumber 247Input.PhoneNumber
_generated\61\Index_cshtml.g.cs (3)
207Input.PhoneNumber 232Input.PhoneNumber 256Input.PhoneNumber
Areas\Identity\Pages\V4\Account\Manage\Index.cshtml.cs (2)
118if (Input.PhoneNumber != phoneNumber) 120var setPhoneResult = await _userManager.SetPhoneNumberAsync(user, Input.PhoneNumber);