1 write to ModelAttributes
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\DefaultMetadataDetails.cs (1)
26
ModelAttributes
= attributes;
7 references to ModelAttributes
Microsoft.AspNetCore.Mvc.Core (4)
ModelBinding\Metadata\DefaultModelMetadata.cs (4)
79
public ModelAttributes Attributes => _details.
ModelAttributes
;
96
var context = new BindingMetadataProviderContext(Identity, _details.
ModelAttributes
);
122
var context = new DisplayMetadataProviderContext(Identity, _details.
ModelAttributes
);
143
var context = new ValidationMetadataProviderContext(Identity, _details.
ModelAttributes
);
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (3)
ModelMetadataProviderTest.cs (3)
1067
_attributes.Concat(entry.
ModelAttributes
.TypeAttributes).ToArray(),
1083
e.
ModelAttributes
.TypeAttributes,
1084
_attributes.Concat(e.
ModelAttributes
.PropertyAttributes),