@namespace AntDesign @inherits AntDomComponentBase @foreach (ModalRef modalRef in _modalRefs) { var options = modalRef.Config; if (options.TitleTemplate != null) { @options.Content } else { @options.Content } }