BindNeverAttribute Classe

Definizione

Indica che una proprietà deve essere esclusa dall'associazione di modelli. Quando applicato a una proprietà, il sistema di associazione del modello esclude tale proprietà. Quando applicato a un tipo, il sistema di associazione del modello esclude tutte le proprietà definite dal tipo.

public ref class BindNeverAttribute sealed : Microsoft::AspNetCore::Mvc::ModelBinding::BindingBehaviorAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class BindNeverAttribute : Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class BindNeverAttribute : Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type BindNeverAttribute = class
    inherit BindingBehaviorAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type BindNeverAttribute = class
    inherit BindingBehaviorAttribute
Public NotInheritable Class BindNeverAttribute
Inherits BindingBehaviorAttribute
Ereditarietà
BindNeverAttribute
Attributi

Costruttori

BindNeverAttribute()

Inizializza una nuova istanza di BindNeverAttribute.

Proprietà

Behavior

Ottiene l'oggetto BindingBehavior da applicare.

(Ereditato da BindingBehaviorAttribute)

Si applica a