IBinderTypeProviderMetadata Interface

Definition

Provides a Type which implements IModelBinder.

public interface class IBinderTypeProviderMetadata : Microsoft::AspNetCore::Mvc::ModelBinding::IBindingSourceMetadata
public interface IBinderTypeProviderMetadata : Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata
type IBinderTypeProviderMetadata = interface
    interface IBindingSourceMetadata
Public Interface IBinderTypeProviderMetadata
Implements IBindingSourceMetadata
Derived
Implements

Properties

BinderType

A Type which implements either IModelBinder.

BindingSource

Gets the BindingSource.

(Inherited from IBindingSourceMetadata)

Applies to