14 references to Input
Microsoft.AspNetCore.Identity.UI (14)
Areas\Identity\Pages\V4\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_V4_Account_Register_cshtml.g.cs (9)
124Input.Email 147Input.Email 173Input.Email 197Input.Password 220Input.Password 246Input.Password 270Input.ConfirmPassword 293Input.ConfirmPassword 319Input.ConfirmPassword