@inherits MSGComponentBase @if (this.EnableDragDrop) { @this.Picker @T("You can also drag & drop the file here.") } else { @this.Picker } @code { private RenderFragment Picker => @ @T("Choose File") ; }