I am new to MVC core.
I have created a project with MVC core which has a controller. This controller has Get and Post action methods. If i pass data to Get method us
Are you on Microsoft.AspNetCore.Mvc 1.0.0?
Microsoft.AspNetCore.Mvc 1.0.0
If you are, try sending this object as your body in a request (camel cased properties):
{ "name":"UserName", "gender":"Gender of the user", "phoneNumber":"PhoneNumber of the user" }