Freigeben über


BindInputElementAttribute Konstruktor

Definition

Erstellt eine instance von 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)

Parameter

type
String

Der Wert des -Attributs des type Elements.

suffix
String

Der Suffixwert.

valueAttribute
String

Der Name des value-Attributs, das gebunden werden soll.

changeAttribute
String

Der Name eines Attributs, das ein zugeordnetes Änderungsereignis registriert.

isInvariantCulture
Boolean

Bestimmt, ob die Bindung oder CurrentCultureverwendetInvariantCulture.

format
String

Ein optionales Format, das beim Konvertieren von Werten verwendet werden soll.

Gilt für: