3 references to DisplayColumnAttribute
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
DataAnnotationsMetadataProvider.cs (2)
61
var
displayColumnAttribute = attributes.OfType<
DisplayColumnAttribute
>().FirstOrDefault();
System.ComponentModel.DataAnnotations (1)
System.ComponentModel.DataAnnotations.cs (1)
13
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.
DisplayColumnAttribute
))]