4 references to Url
Microsoft.Extensions.AI.Abstractions (1)
Utilities\AIJsonUtilities.Schema.Create.cs (1)
589
case DataType.
Url
:
Microsoft.Extensions.AI.Abstractions.Tests (1)
Utilities\AIJsonUtilitiesTests.cs (1)
883
[DataType(DataType.
Url
)]
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\DataTypeAttribute.cs (1)
11
/// or <see cref="System.ComponentModel.DataAnnotations.DataType.
Url
" />)
System\ComponentModel\DataAnnotations\UrlAttribute.cs (1)
11
: base(DataType.
Url
)