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

@p

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