1 write to _userManager
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\PersonalData.cshtml.cs (1)
33_userManager = userManager;
2 references to _userManager
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V4\Account\Manage\PersonalData.cshtml.cs (2)
39var user = await _userManager.GetUserAsync(User); 42return NotFound($"Unable to load user with ID '{_userManager.GetUserId(User)}'.");