@model MediaLibrary.Models.ModerationResultsViewModel @{ ViewData["Title"] = "File Not Allowed"; var moderationFlags = Model.ModerationFlags; }

Upload Rejected

The file you attempted to upload has been reject from our system due to the following reasons:
@foreach(var label in moderationFlags) {
@label
}
Back Home