1 write to Input
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\ExternalLogin.cshtml.cs (1)
161Input = new InputModel
7 references to Input
Microsoft.AspNetCore.Identity.UI (7)
Areas\Identity\Pages\V4\Account\ExternalLogin.cshtml.cs (4)
185await _userStore.SetUserNameAsync(user, Input.Email, CancellationToken.None); 186await _emailStore.SetEmailAsync(user, Input.Email, CancellationToken.None); 208await _emailSender.SendConfirmationLinkAsync(user, Input.Email, HtmlEncoder.Default.Encode(callbackUrl)); 213return RedirectToPage("./RegisterConfirmation", new { Email = Input.Email });
Areas_Identity_Pages_V4_Account_ExternalLogin_cshtml.g.cs (3)
139Input.Email 162Input.Email 187Input.Email