@namespace AntDesign @inherits AntDomComponentBase @if (Text != null || ChildContent != null) { @if (Text != null) { @Text } else { @ChildContent } }