BinderTypeModelBinder(Type) Constructor

Definition

Creates a new BinderTypeModelBinder.

public:
 BinderTypeModelBinder(Type ^ binderType);
public BinderTypeModelBinder (Type binderType);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinder : Type -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinder
Public Sub New (binderType As Type)

Parameters

binderType
Type

The Type of the IModelBinder.

Applies to