Implemented interface member:
method
GetMetadataForType
Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider.GetMetadataForType(System.Type)
1 override of GetMetadataForType
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\DefaultModelMetadata.cs (1)
559public override ModelMetadata GetMetadataForType(Type modelType)
1 reference to GetMetadataForType
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\HeaderModelBinderProvider.cs (1)
47modelMetadata.GetMetadataForType(modelMetadata.ModelType),