InputBase<TValue>.Value Proprietà

Definizione

Ottiene o imposta il valore dell'input. Questa operazione deve essere usata con associazione bidirezionale.

public:
 property TValue Value { TValue get(); void set(TValue value); };
[Microsoft.AspNetCore.Components.Parameter]
public TValue Value { get; set; }
[Microsoft.AspNetCore.Components.Parameter]
public TValue? Value { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.Value : 'Value with get, set
Public Property Value As TValue

Valore della proprietà

TValue
Attributi

Esempio

@bind-Value="modello. PropertyName"

Si applica a