@namespace AntDesign @inherits AntDomComponentBase @if (Position == null || (Position == "shown" && !Overflow) || (Position == "hidden" && Overflow)) { @if (_hasIcon) { } @if (_hasSrc) { @Alt } @if (_hasText) { @if (_childContent != null) { @_childContent } else { @_text } } }