Asp.net – Parse wrong property value from object type have property null value to IAcctionResult
I have a Model like this public class ObjectA { public int Id { get; set; } public string Name { get; set; } public string Description { get; set; } public object OtherData { get; set; } } And…