InputBase<TValue>.Value プロパティ

定義

入力の値を取得または設定します。 これは双方向バインディングで使用する必要があります。

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

プロパティ値

TValue
属性

@bind-Value="model.PropertyName"

適用対象