Compartir a través de


BindInputElementAttribute Clase

Definición

Configura las opciones para enlazar subtipos de un elemento HTML input .

public ref class BindInputElementAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class BindInputElementAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type BindInputElementAttribute = class
    inherit Attribute
Public NotInheritable Class BindInputElementAttribute
Inherits Attribute
Herencia
BindInputElementAttribute
Atributos

Constructores

BindInputElementAttribute(String, String, String, String, Boolean, String)

Construye una instancia de BindInputElementAttribute.

Propiedades

ChangeAttribute

Obtiene el nombre de un atributo que registrará un evento de cambio asociado.

Format

Obtiene un formato opcional que se va a usar al convertir valores.

IsInvariantCulture

Obtiene un valor que determina si el enlace usará InvariantCulture o CurrentCulture.

Suffix

Obtiene el valor del sufijo.

Type

Obtiene el valor del atributo del type elemento.

ValueAttribute

Obtiene el nombre del atributo de valor que se va a enlazar.

Se aplica a