BindPropertiesAttribute Třída

Definice

Atribut, který umožňuje vazbu pro všechny vlastnosti dekorovaný kontroler nebo razor Page model definuje.

public ref class BindPropertiesAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class BindPropertiesAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type BindPropertiesAttribute = class
    inherit Attribute
Public Class BindPropertiesAttribute
Inherits Attribute
Dědičnost
BindPropertiesAttribute
Atributy

Konstruktory

BindPropertiesAttribute()

Atribut, který umožňuje vazbu pro všechny vlastnosti dekorovaný kontroler nebo razor Page model definuje.

Vlastnosti

SupportsGet

Když true, umožňuje, aby vlastnosti byly vázány na požadavky GET. Když false, vlastnosti nezískají vázané na model ani ověření v požadavcích GET.

Výchozí hodnota je false.

Platí pro