Posts by Luiz Henrique da Fonseca • 41 points
2 posts
-
0
votes1
answer37
viewsQ: Secure email link sending, which allows the user to access an Action Edit in the controller
I need to email a secure link so that the user at the click can access an Edit action in the controller. For example: Sending the link: localhost:64148/Movies/Edit? id=4 However I cannot send the…
-
4
votes2
answers123
viewsQ: Problem creating user class (Identityuser) relationship using Identityframework
When I create any relationship with my user class: namespace Modelo.Cadastro { public class Usuario : IdentityUser { [StringLength(250, ErrorMessage = "O nome de usuário deve conter no mínimo 3…