BindPropertiesAttribute Třída

Definice

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

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()

Vlastnosti

SupportsGet

Pokud je true, umožňuje, aby vlastnosti byly vázány na požadavky GET. Pokud je hodnota false, vlastnosti nezískají vazby modelu ani nejsou ověřeny u požadavků GET.

Výchozí hodnota je false.

Platí pro