I have a view that allows the user to inset multiple elements of the same type.
@foreach (var gm in Model)
{
}
- 热议问题