@typeparam T @if (string.IsNullOrWhiteSpace(this.Icon)) { @this.SelectedValueName() } else { @this.SelectedValueName() } @foreach(var item in this.Items) { @this.NameFunc(item) }