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.

C#
[Microsoft.AspNetCore.Components.Parameter]
public string? DisplayName { get; set; }

Property Value

Attributes

Applies to

Product Versions
ASP.NET Core 5.0, 6.0, 7.0, 8.0, 9.0