![]() |
VOOZH | about |
JsonExcludeAttribute Class
Namespace: Json.Schema.Generation
Inheritance: JsonExcludeAttribute 🡒 JsonAttribute 🡒 Attribute 🡒 object
Indicates that the property should be excluded from generation.
This attribute functions exactly the same as the System.Text.Json.Serialization.JsonIgnoreAttribute. It is included separately to support the case where the model should be serialized with a property or enum member but schema generation should ignore it.
| Name | Type | Summary |
|---|---|---|
| TypeId | object |
Initializes a new instance of Json.Schema.Generation.JsonExcludeAttribute.
1
public JsonExcludeAttribute()
A new version of content is available.