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