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