BindingInfo.BinderType Property

Definition

Gets or sets the Type of the IModelBinder implementation used to bind the model.

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

Also set BindingSource if the specified IModelBinder implementation does not use values from form data, route values or the query string.

Applies to