@inherits MSGComponentBase Your attached files @foreach (var filePath in this.DocumentPaths) { @if (File.Exists(filePath)) { @Path.GetFileName(filePath) } else { @Path.GetFileName(filePath) } } Close