Data Blazor Anotasi Nama Kelinci

using System.ComponentModel.DataAnnotations;

[Display(Name = "Username")]
public string Name { get; set; }
Av3