BindElementAttribute(String, String, String, String) Costruttore

Definizione

Costruisce un'istanza di BindElementAttribute.

public:
 BindElementAttribute(System::String ^ element, System::String ^ suffix, System::String ^ valueAttribute, System::String ^ changeAttribute);
public BindElementAttribute (string element, string suffix, string valueAttribute, string changeAttribute);
public BindElementAttribute (string element, string? suffix, string valueAttribute, string changeAttribute);
new Microsoft.AspNetCore.Components.BindElementAttribute : string * string * string * string -> Microsoft.AspNetCore.Components.BindElementAttribute
Public Sub New (element As String, suffix As String, valueAttribute As String, changeAttribute As String)

Parametri

element
String

Nome tag dell'elemento.

suffix
String

Valore del suffisso. Impostare, ad esempio, su per bind-valueo impostarlo value su null .bind

valueAttribute
String

Nome dell'attributo value da associare.

changeAttribute
String

Nome di un attributo che registra un evento di modifica associato.

Si applica a