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