4 references to Extensions
Microsoft.AspNetCore.Components.Endpoints (1)
Forms\DataAnnotationsClientValidationProvider.cs (1)
210
var normalizedExtensions = fea.
Extensions
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
FileExtensionsAttributeAdapter.cs (1)
23
var normalizedExtensions = Attribute.
Extensions
.Replace(" ", string.Empty).Replace(".", string.Empty).ToLowerInvariant();
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\FileExtensionsAttribute.cs (2)
36
Extensions
.Replace(" ", string.Empty).Replace(".", string.Empty).ToLowerInvariant();
49
/// dot-prefixed list of extensions specified by <see cref="
Extensions
" />.