Share via


InputBase<TValue>.Value Properti

Definisi

Mendapatkan atau menetapkan nilai input. Ini harus digunakan dengan pengikatan dua arah.

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

Nilai Properti

TValue
Atribut

Contoh

@bind-Value="model. PropertyName"

Berlaku untuk