.NET MVC foreach com índice
@{int i = 0;}
@foreach (var item in myList)
{
@(i++;)
}
Spyder
@{int i = 0;}
@foreach (var item in myList)
{
@(i++;)
}