@namespace Connected.Components @inherits UIComponent @*this makes dialog inlineable, it will only render inside a DialogInstance*@ @if (!IsInline) {
@DialogContent
@if (DialogActions != null) {
@DialogActions
}
}