BindPropertiesAttribute Clase

Definición

Atributo que habilita el enlace para todas las propiedades que define el controlador decorado o el modelo de página de Razor.

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
Herencia
BindPropertiesAttribute
Atributos

Constructores

BindPropertiesAttribute()

Propiedades

SupportsGet

Cuando es true, permite enlazar las propiedades en las solicitudes GET. Cuando es false, las propiedades no se enlazan al modelo ni se validan en las solicitudes GET.

El valor predeterminado es false.

Se aplica a