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

プロパティ値

属性

適用対象