BindNeverAttribute Classe

Definição

Indica que uma propriedade deve ser excluída da associação de modelo. Quando aplicado a uma propriedade, o sistema de associação de modelo exclui essa propriedade. Quando aplicado a um tipo, o sistema de associação de modelo exclui todas as propriedades que o tipo define.

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
Herança
BindNeverAttribute
Atributos

Construtores

BindNeverAttribute()

Inicializa uma nova instância BindNeverAttribute.

Propriedades

Behavior

Obtém o BindingBehavior a ser aplicado.

(Herdado de BindingBehaviorAttribute)

Aplica-se a