BindRequiredAttribute Třída

Definice

Označuje, že vlastnost je vyžadována pro vazbu modelu. Při použití na vlastnost vyžaduje systém vazeb modelu hodnotu pro danou vlastnost. Při použití na typ vyžaduje systém vazeb modelu hodnoty pro všechny vlastnosti, které typ definuje.

public ref class BindRequiredAttribute sealed : Microsoft::AspNetCore::Mvc::ModelBinding::BindingBehaviorAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class BindRequiredAttribute : Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class BindRequiredAttribute : Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type BindRequiredAttribute = class
    inherit BindingBehaviorAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type BindRequiredAttribute = class
    inherit BindingBehaviorAttribute
Public NotInheritable Class BindRequiredAttribute
Inherits BindingBehaviorAttribute
Dědičnost
BindRequiredAttribute
Atributy

Konstruktory

BindRequiredAttribute()

Inicializuje novou BindRequiredAttribute instanci.

Vlastnosti

Behavior

Získá k BindingBehavior použití.

(Zděděno od BindingBehaviorAttribute)

Platí pro