Home JsonExcludeAttribute Class
JsonExcludeAttribute Class
Cancel

JsonExcludeAttribute Class

Namespace: Json.Schema.Generation

Inheritance: JsonExcludeAttribute 🡒 JsonAttribute 🡒 Attribute 🡒 object

Indicates that the property should be excluded from generation.

Remarks

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 but schema generation should ignore it.

Properties

NameTypeSummary
TypeIdobject 

Constructors

JsonExcludeAttribute()

Initializes a new instance of Json.Schema.Generation.JsonExcludeAttribute.

Declaration

1
public JsonExcludeAttribute()
Contents