@namespace AntDesign @inherits AntDomComponentBase @if (!_isClosed) {
@if (ShowIcon) { } @if (!string.IsNullOrEmpty(Message)) { @Message } @if (!string.IsNullOrEmpty(Description)) { @Description } @if (Closable) { } @ChildContent
}