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