BindPropertiesAttribute Classe

Definizione

Attributo che abilita l'associazione per tutte le proprietà definite dal controller decorato o dal modello 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
Ereditarietà
BindPropertiesAttribute
Attributi

Costruttori

BindPropertiesAttribute()

Attributo che abilita l'associazione per tutte le proprietà definite dal controller decorato o dal modello Razor Page.

Proprietà

SupportsGet

Quando true, consente l'associazione delle proprietà alle richieste GET. Quando false, le proprietà non vengono associate al modello o convalidate nelle richieste GET.

Il valore predefinito è false.

Si applica a