Compartir a través de


BindInputElementAttribute Constructor

Definición

Construye una instancia de BindInputElementAttribute.

public:
 BindInputElementAttribute(System::String ^ type, System::String ^ suffix, System::String ^ valueAttribute, System::String ^ changeAttribute, bool isInvariantCulture, System::String ^ format);
public BindInputElementAttribute (string type, string suffix, string valueAttribute, string changeAttribute, bool isInvariantCulture, string format);
public BindInputElementAttribute (string? type, string? suffix, string? valueAttribute, string? changeAttribute, bool isInvariantCulture, string? format);
new Microsoft.AspNetCore.Components.BindInputElementAttribute : string * string * string * string * bool * string -> Microsoft.AspNetCore.Components.BindInputElementAttribute
Public Sub New (type As String, suffix As String, valueAttribute As String, changeAttribute As String, isInvariantCulture As Boolean, format As String)

Parámetros

type
String

Valor del atributo del type elemento.

suffix
String

Valor de sufijo.

valueAttribute
String

Nombre del atributo de valor que se va a enlazar.

changeAttribute
String

Nombre de un atributo que registrará un evento de cambio asociado.

isInvariantCulture
Boolean

Determina si el enlace usará InvariantCulture o CurrentCulture.

format
String

Formato opcional que se va a usar al convertir valores.

Se aplica a