BindInputElementAttribute Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.