@inherits MSGComponentBase @if (this.EnableDragDrop) {
@this.ButtonText @if (this.IsCurrentTargetBusy) { } else { @T("Drop one file here to load its content.") } @if (this.hasLoadedFileContent) { }
} else { @this.ButtonText @if (this.hasLoadedFileContent) { } }