@inherits MSGComponentBase @T("See how we load your file. Review the content before we process it further.") @if (this.Document is null) { } else { } @if (this.Document?.IsImage ?? false) { } else {
}
@T("Close")