Share via


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"

적용 대상