I have the following POCO classes:
public class Location { public int LocationId { get; set; } public string Name { get; set; } publi
For anyone else still experiencing an issues with this, if you name your parameter in your post method to be the same as one of your properties, the default modelbinder will also fail.