Condividi tramite


BindInputElementAttribute Costruttore

Definizione

Costruisce un'istanza di 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)

Parametri

type
String

Valore dell'attributo dell'elemento type .

suffix
String

Valore del suffisso.

valueAttribute
String

Nome dell'attributo value da associare.

changeAttribute
String

Nome di un attributo che registrerà un evento di modifica associato.

isInvariantCulture
Boolean

Determina se l'associazione userà InvariantCulture o CurrentCulture.

format
String

Formato facoltativo da utilizzare per la conversione dei valori.

Si applica a