@namespace AntDesign @using System.Globalization @inherits StatisticComponentBase
@if (Title.IsT0)@Title.AsT0 else @Title.AsT1
@if (@Prefix.IsT0 && !string.IsNullOrEmpty(Prefix.AsT0) || @Prefix.IsT1 && Prefix.AsT1 != null) { @if (@Prefix.IsT0)@Prefix.AsT0 else @Prefix.AsT1 } @_countDown.ToString(_format, CultureInfo.InvariantCulture) @if (@Suffix.IsT0 && !string.IsNullOrEmpty(@Suffix.AsT0) || @Suffix.IsT1 && @Suffix.AsT1 != null) { @if (@Suffix.IsT0)@Suffix.AsT0 else @Suffix.AsT1 }