We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0065b commit 78458bdCopy full SHA for 78458bd
src/WebApiTestApplication/Controllers/TestController.cs
@@ -68,6 +68,8 @@ public class AnotherClass
68
public int Number { get; set; }
69
public string Name { get; set; }
70
public string[] List { get; set; }
71
+ [JsonIgnore]
72
+ public string JsonIgnoredProperty { get; set; }
73
}
74
75
public class DerivedClassWithShadowedProperty : AnotherClass
0 commit comments