BindElementAttribute(String, String, String, String) Constructeur

Définition

Construit un instance de 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)

Paramètres

element
String

Nom de la balise de l’élément.

suffix
String

Valeur du suffixe. Par exemple, définissez cette valeur value sur pour bind-value, ou définissez-la sur null pour bind.

valueAttribute
String

Nom de l’attribut value à lier.

changeAttribute
String

Nom d’un attribut qui inscrit un événement de modification associé.

S’applique à