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