IBinderTypeProviderMetadata Interface

Provides a System.Type which implements Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder.

Namespace
Microsoft.AspNetCore.Mvc.ModelBinding
Assemblies
  • Microsoft.AspNetCore.Mvc.Abstractions

Syntax

public interface IBinderTypeProviderMetadata : IBindingSourceMetadata
interface Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata

Properties

Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata.BinderType

A System.Type which implements either Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder.

Return type:System.Type
Type BinderType { get; }