BindNeverAttribute Klasse

Definition

Gibt an, dass eine Eigenschaft von der Modellbindung ausgeschlossen werden soll. Wenn sie auf eine Eigenschaft angewendet wird, schließt das Modellbindungssystem diese Eigenschaft aus. Wenn es auf einen Typ angewendet wird, schließt das Modellbindungssystem alle Eigenschaften aus, die vom Typ definiert werden.

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
Vererbung
BindNeverAttribute
Attribute

Konstruktoren

BindNeverAttribute()

Initialisiert eine neue Instanz von BindNeverAttribute.

Eigenschaften

Behavior

Ruft den ab, der BindingBehavior angewendet werden soll.

(Geerbt von BindingBehaviorAttribute)

Gilt für: