@namespace AntDesign @inherits AntDomComponentBase @if (ChildContent != null) { @ChildContent } @if (HasStatusOrColor && ChildContent == null) { @if (!string.IsNullOrEmpty(Text)) { @Text } } else if (CountTemplate != null) { @CountTemplate } else { @if (!string.IsNullOrEmpty(Text)) { @Text } if (_showSup) { @if (!Dot) { @if (Count <= OverflowCount) { @for (int i = 0; i < _maxNumberArray.Length; i++) { @if (_countArray.Length > i) { @foreach (var p in _countSingleArray) {

@p

}
} } } else { @($"{OverflowCount}+") } }
} }