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