IBinderTypeProviderMetadata Interface¶
Summary¶
Provides a [System.Type]() which implements [Microsoft.AspNet.Mvc.ModelBinding.IModelBinder](Microsoft.AspNet.Mvc.ModelBinding.IModelBinder.yml).
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; }
-