1 write to ShowForDisplay
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
DataAnnotationsMetadataProvider.cs (1)
271
displayMetadata.
ShowForDisplay
= scaffoldColumnAttribute.Scaffold;
2 references to ShowForDisplay
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\DefaultModelMetadata.cs (1)
402
public override bool ShowForDisplay => DisplayMetadata.
ShowForDisplay
;
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (1)
DataAnnotationsMetadataProviderTest.cs (1)
75
{ new ScaffoldColumnAttribute(scaffold: false), d => d.
ShowForDisplay
, false },