Share via


InputBase<TValue>.Value Özellik

Tanım

Girişin değerini alır veya ayarlar. Bu, iki yönlü bağlama ile kullanılmalıdır.

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

Özellik Değeri

TValue
Öznitelikler

Örnekler

@bind-Value="model. PropertyName"

Şunlara uygulanır