3 references to DisplayColumnAttribute
BasicWebSite (1)
Models\User.cs (1)
8[DisplayColumn("Name")]
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (2)
DataAnnotationsMetadataProviderTest.cs (1)
40{ new DisplayColumnAttribute("Property"), d => d.SimpleDisplayProperty, "Property" },
ModelMetadataProviderTest.cs (1)
243var attributes = new[] { new DisplayColumnAttribute("Property") };