点击或拖拽改变大小

JsonDeserializeOptionIgnoreJsonKeys 字段

在对Model进行反序列化时,当JsonCharacterReadState为默认值时,忽略JSON字符中指定的Key When deserializing a model, the key specified in the JSON character is ignored when the JsonCharacterReadState is the default

命名空间:  CPF.Windows.Json
程序集:  CPF.Windows (在 CPF.Windows.dll 中) 版本:0.8.8.5
语法
C#
public HashSet<string> IgnoreJsonKeys

字段值

类型:HashSetString
参见