@inherits MSGComponentBase
@T("Drag and drop files here or click to attach documents.") @foreach (var fileInfo in this.DocumentPaths.Select(file => new FileInfo(file))) { } @T("Clear file list")