include null when reading
This commit is contained in:
@@ -20,6 +20,7 @@ public class HandbookCategory
|
||||
public string? ParentId { get; set; }
|
||||
|
||||
[JsonPropertyName("Icon")]
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
|
||||
public string? Icon { get; set; }
|
||||
|
||||
[JsonPropertyName("Color")]
|
||||
|
||||
Reference in New Issue
Block a user