14 references to Input
Microsoft.AspNetCore.Identity.UI (14)
Areas\Identity\Pages\V5\Account\Register.cshtml.cs (5)
131await _userStore.SetUserNameAsync(user, Input.Email, CancellationToken.None); 132await _emailStore.SetEmailAsync(user, Input.Email, CancellationToken.None); 133var result = await _userManager.CreateAsync(user, Input.Password); 148await _emailSender.SendConfirmationLinkAsync(user, Input.Email, HtmlEncoder.Default.Encode(callbackUrl)); 152return RedirectToPage("RegisterConfirmation", new { email = Input.Email, returnUrl = returnUrl });
Areas_Identity_Pages_V5_Account_Register_cshtml.g.cs (9)
128Input.Email 156Input.Email 179Input.Email 203Input.Password 231Input.Password 254Input.Password 278Input.ConfirmPassword 306Input.ConfirmPassword 329Input.ConfirmPassword