@namespace AntDesign @inherits AntDesign.AntDomComponentBase @{ RenderFragment template = item => @
  • @if (@item.Character != null) { @item.Character.Invoke(new RateItemRenderContext()); } else { }
    @if (@item.Character != null) { @item.Character.Invoke(new RateItemRenderContext()); } else { }
  • ; } @if (string.IsNullOrWhiteSpace(Tooltip)) { @template(this) } else { @template(this) }