ModelBinderAttribute.BinderType Property

Definition

A Type which implements either IModelBinder.

public:
 property Type ^ BinderType { Type ^ get(); void set(Type ^ value); };
public Type BinderType { get; set; }
public Type? BinderType { get; set; }
member this.BinderType : Type with get, set
Public Property BinderType As Type

Property Value

Remarks

Subclass this attribute and set BindingSource if Custom is not correct for the specified (non-null) IModelBinder implementation.

Applies to