79836246

Date: 2025-12-02 19:02:04
Score: 1
Natty:
Report link
@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

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Adler Targino