InputBase<TValue>.DisplayName Propiedad

Definición

Obtiene o establece el nombre para mostrar de este campo.

Este valor se usa al generar mensajes de error cuando el valor de entrada no se puede analizar correctamente.

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

Valor de propiedad

Atributos

Se aplica a