@for(int i = 0; i < Model.Images.Count; i++) { <input type="hidden" asp-for="Images[i]" value="@Model.Images[i]" /> }
Something like this should create a hidden input for each Image containing it's name