Compartilhar via


InputBase<TValue>.Value Propriedade

Definição

Obtém ou define o valor da entrada. Isso deve ser usado com associação bidirecional.

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 da propriedade

TValue
Atributos

Exemplos

@bind-Value="model. PropertyName"

Aplica-se a