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