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 });
Generated\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\0\Register_cshtml.g.cs (9)
127
Input
.Email
155
Input
.Email
178
Input
.Email
202
Input
.Password
230
Input
.Password
253
Input
.Password
277
Input
.ConfirmPassword
305
Input
.ConfirmPassword
328
Input
.ConfirmPassword