Udostępnij za pośrednictwem


BindElementAttribute(String, String, String, String) Konstruktor

Definicja

Tworzy wystąpienie klasy 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)

Parametry

element
String

Nazwa tagu elementu.

suffix
String

Wartość sufiksu. Na przykład ustaw tę wartość value na dla bind-value, lub ustaw dla nullbindwartości .

valueAttribute
String

Nazwa atrybutu wartości, który ma być powiązany.

changeAttribute
String

Nazwa atrybutu, który będzie rejestrować skojarzone zdarzenie zmiany.

Dotyczy