c#使用 Newtonsoft.Json 将entity转json时,忽略为null的属性,直接在属性上加下面的特性
[JsonProperty(NullValueHandling=NullValueHandling.Ignore)]
本文共 167 字,大约阅读时间需要 1 分钟。
c#使用 Newtonsoft.Json 将entity转json时,忽略为null的属性,直接在属性上加下面的特性
[JsonProperty(NullValueHandling=NullValueHandling.Ignore)]
转载于:https://www.cnblogs.com/feigao/p/9415076.html