Share via


BindingMetadata.BinderType Proprietà

Definizione

Ottiene o imposta l'oggetto Type dell'implementazione IModelBinder utilizzata per associare il modello. Vedere BinderType.

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

Valore della proprietà

Commenti

Impostare BindingSource anche se l'implementazione specificata IModelBinder non usa valori dai dati del modulo, dai valori di route o dalla stringa di query.

Si applica a