1 write to Input
IdentitySample.DefaultUI (1)
Areas\Identity\Pages\Account\Manage\Index.cshtml.cs (1)
59Input = new InputModel
6 references to Input
IdentitySample.DefaultUI (6)
Areas\Identity\Pages\Account\Manage\Index.cshtml.cs (6)
82if (Input.Name != user.Name) 84user.Name = Input.Name; 87if (Input.Age != user.Age) 89user.Age = Input.Age; 98if (Input.PhoneNumber != user.PhoneNumber) 100var setPhoneResult = await _userManager.SetPhoneNumberAsync(user, Input.PhoneNumber);