InputBase<TValue>.Value Propiedad

Definición

Obtiene o establece el valor de la entrada. Se debe usar con enlace bidireccional.

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

Valor de propiedad

TValue
Atributos

Ejemplos

@bind-Value="model. PropertyName"

Se aplica a