绑定数值: @BindValue

设置 DisplayText 值为 自定义标签

无论是否设置 DisplayText 值,当 ShowLabeltrue 时均显示

无论是否设置 DisplayText 值,当 ShowLabelfalse 时均不显示

@code { [System.ComponentModel.DisplayName("标签值")] private string BindValue { get; set; } = "绑定值"; }