14 references to Input
Microsoft.AspNetCore.Identity.UI (14)
_generated\30\Register_cshtml.g.cs (9)
123
Input
.Email
146
Input
.Email
172
Input
.Email
196
Input
.Password
219
Input
.Password
245
Input
.Password
269
Input
.ConfirmPassword
292
Input
.ConfirmPassword
318
Input
.ConfirmPassword
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 });