IBinderTypeProviderMetadata Interface

Summary

Provides a [System.Type]() which implements [Microsoft.AspNet.Mvc.ModelBinding.IModelBinder](Microsoft.AspNet.Mvc.ModelBinding.IModelBinder.yml).

Syntax

public interface IBinderTypeProviderMetadata : IBindingSourceMetadata

GitHub

View on GitHub

interface Microsoft.AspNet.Mvc.ModelBinding.IBinderTypeProviderMetadata

Properties

BinderType()

A [System.Type]() which implements either [Microsoft.AspNet.Mvc.ModelBinding.IModelBinder](Microsoft.AspNet.Mvc.ModelBinding.IModelBinder.yml).

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