InputBase<TValue>.DisplayName Property

Definition

Gets or sets the display name for this field.

This value is used when generating error messages when the input value fails to parse correctly.

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

Property Value

Attributes

Applies to