@code { class Foo { [DisplayName("标签文字")] public bool BindValue { get; set; } } private Foo Model { get; set; } = new Foo(); }