7 references to Input
IdentitySample.DefaultUI (7)
Areas\Identity\Pages\Account\Register.cshtml.cs (7)
84
UserName =
Input
.Email,
85
Email =
Input
.Email,
86
Name =
Input
.Name,
87
Age =
Input
.Age
90
var result = await _userManager.CreateAsync(user,
Input
.Password);
102
await _emailSender.SendConfirmationLinkAsync(user,
Input
.Email, HtmlEncoder.Default.Encode(callbackUrl));
106
return RedirectToPage("RegisterConfirmation", new { email =
Input
.Email });