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