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