Posts by Anderson Paiva • 24 points
2 posts
-
-1
votes1
answer28
viewsA: Problems when performing a MODEL POST with AJAX on ASP.NET CORE MVC
Inside your ajax try to use JSON.stringify({data: pessoaContatoViewModel})
-
1
votes1
answer100
viewsA: Virtual property is not instantiated in lambda
Watching your code I see that variable product is receiving a new instance var product = new Product() but at no time was a value assigned to product.Picture then it is null (unless you have…