@inherits MSGComponentBase Your attached files @T("Here you can see all attached files. Files that can no longer be found (deleted, renamed, or moved) are marked with a warning icon and a strikethrough name. You can remove any attachment using the trash can icon.") @foreach (var filePath in this.DocumentPaths) { @if (File.Exists(filePath)) { @Path.GetFileName(filePath) } else { @Path.GetFileName(filePath) } } Close