7 references to DataTypeAttribute
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (3)
ModelMetadataProviderTest.cs (3)
179
new
DataTypeAttribute
("value"), metadata => metadata.DataTypeName
929
public DataTypeWithCustomDisplayFormat() :
base
("Custom datatype")
940
public DataTypeWithCustomEditFormat() :
base
("Custom datatype")
Microsoft.AspNetCore.Mvc.TagHelpers.Test (3)
InputTagHelperTest.cs (3)
2462
[
DataType
("datetime-local")]
2468
[
DataType
("month")]
2471
[
DataType
("week")]
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\EnumDataTypeAttribute.cs (1)
15
:
base
("Enumeration")