40 references to DataType
Microsoft.AspNetCore.Identity.UI (28)
Areas\Identity\Pages\V4\Account\Login.cshtml.cs (1)
68[DataType(DataType.Password)]
Areas\Identity\Pages\V4\Account\LoginWith2fa.cshtml.cs (1)
52[DataType(DataType.Text)]
Areas\Identity\Pages\V4\Account\LoginWithRecoveryCode.cshtml.cs (1)
46[DataType(DataType.Text)]
Areas\Identity\Pages\V4\Account\Manage\ChangePassword.cshtml.cs (3)
43[DataType(DataType.Password)] 53[DataType(DataType.Password)] 61[DataType(DataType.Password)]
Areas\Identity\Pages\V4\Account\Manage\DeletePersonalData.cshtml.cs (1)
36[DataType(DataType.Password)]
Areas\Identity\Pages\V4\Account\Manage\EnableAuthenticator.cshtml.cs (1)
67[DataType(DataType.Text)]
Areas\Identity\Pages\V4\Account\Manage\SetPassword.cshtml.cs (2)
43[DataType(DataType.Password)] 51[DataType(DataType.Password)]
Areas\Identity\Pages\V4\Account\Register.cshtml.cs (2)
66[DataType(DataType.Password)] 74[DataType(DataType.Password)]
Areas\Identity\Pages\V4\Account\ResetPassword.cshtml.cs (2)
48[DataType(DataType.Password)] 55[DataType(DataType.Password)]
Areas\Identity\Pages\V5\Account\Login.cshtml.cs (1)
68[DataType(DataType.Password)]
Areas\Identity\Pages\V5\Account\LoginWith2fa.cshtml.cs (1)
52[DataType(DataType.Text)]
Areas\Identity\Pages\V5\Account\LoginWithRecoveryCode.cshtml.cs (1)
46[DataType(DataType.Text)]
Areas\Identity\Pages\V5\Account\Manage\ChangePassword.cshtml.cs (3)
43[DataType(DataType.Password)] 53[DataType(DataType.Password)] 61[DataType(DataType.Password)]
Areas\Identity\Pages\V5\Account\Manage\DeletePersonalData.cshtml.cs (1)
36[DataType(DataType.Password)]
Areas\Identity\Pages\V5\Account\Manage\EnableAuthenticator.cshtml.cs (1)
67[DataType(DataType.Text)]
Areas\Identity\Pages\V5\Account\Manage\SetPassword.cshtml.cs (2)
43[DataType(DataType.Password)] 51[DataType(DataType.Password)]
Areas\Identity\Pages\V5\Account\Register.cshtml.cs (2)
66[DataType(DataType.Password)] 74[DataType(DataType.Password)]
Areas\Identity\Pages\V5\Account\ResetPassword.cshtml.cs (2)
48[DataType(DataType.Password)] 55[DataType(DataType.Password)]
Microsoft.Extensions.AI.Abstractions.Tests (6)
Utilities\AIJsonUtilitiesTests.cs (6)
1071[DataType(DataType.DateTime)] 1074[DataType(DataType.Date)] 1077[DataType(DataType.Time)] 1080[DataType(DataType.EmailAddress)] 1083[DataType(DataType.Url)] 1086[DataType(DataType.ImageUrl)]
System.ComponentModel.Annotations (6)
System\ComponentModel\DataAnnotations\CreditCardAttribute.cs (1)
10: base(DataType.CreditCard)
System\ComponentModel\DataAnnotations\DataTypeAttribute.cs (1)
56: this(DataType.Custom)
System\ComponentModel\DataAnnotations\EmailAddressAttribute.cs (1)
11: base(DataType.EmailAddress)
System\ComponentModel\DataAnnotations\FileExtensionsAttribute.cs (1)
18: base(DataType.Upload)
System\ComponentModel\DataAnnotations\PhoneAttribute.cs (1)
16: base(DataType.PhoneNumber)
System\ComponentModel\DataAnnotations\UrlAttribute.cs (1)
11: base(DataType.Url)