@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?.Exists ?? false) { @T("The specified file could not be found. The file have been moved, deleted, renamed, or is otherwise inaccessible.") } else { @if (this.Document?.IsImage ?? false) { } else {
}
}
@T("Close")