다음을 통해 공유


InputBase<TValue>.DisplayName 속성

정의

이 필드의 표시 이름을 가져오거나 설정합니다.

이 값은 입력 값이 올바르게 구문 분석되지 않을 때 오류 메시지를 생성할 때 사용됩니다.

public:
 property System::String ^ DisplayName { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public string? DisplayName { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.DisplayName : string with get, set
Public Property DisplayName As String

속성 값

특성

적용 대상