2 implementations of IBinderTypeProviderMetadata
Microsoft.AspNetCore.Mvc.Core (2)
BindPropertyAttribute.cs (1)
20public class BindPropertyAttribute : Attribute, IModelNameProvider, IBinderTypeProviderMetadata, IRequestPredicateProvider
ModelBinderAttribute.cs (1)
27public class ModelBinderAttribute : Attribute, IModelNameProvider, IBinderTypeProviderMetadata
5 references to IBinderTypeProviderMetadata
Microsoft.AspNetCore.Mvc.Abstractions (3)
ModelBinding\BindingInfo.cs (2)
127foreach (var binderTypeAttribute in attributes.OfType<IBinderTypeProviderMetadata>())
ModelBinding\ModelMetadata.cs (1)
207/// <see cref="IBinderTypeProviderMetadata"/>.
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\Metadata\DefaultBindingMetadataProvider.cs (2)
32foreach (var binderTypeAttribute in context.Attributes.OfType<IBinderTypeProviderMetadata>())