BindPropertyAttribute.BinderType Propriété

Définition

Type qui implémente 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

Valeur de propriété

Remarques

Sous-classez cet attribut et définissez BindingSource si Custom n’est pas correct pour l’implémentation (nonnull) IModelBinder spécifiée.

S’applique à