7 references to Date
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (1)
ModelMetadataProviderTest.cs (1)
269new DataTypeAttribute(DataType.Date),
Microsoft.AspNetCore.Mvc.TagHelpers.Test (4)
InputTagHelperTest.cs (4)
2438[DataType(DataType.Date)] 2443[DataType(DataType.Date)] 2450[DataType(DataType.Date)] 2455[DataType(DataType.Date)]
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\DataTypeAttribute.cs (1)
31case DataType.Date:
TagHelpersWebSite (1)
Models\Employee.cs (1)
22[DataType(DataType.Date)]