Привет, мне интересно, как мне добавить числа, не отображая их, пока в петле Foreach
expamle: < /p>
@{ int intVariable = 0; }
@foreach(var item in @Model.Collection)
{
@(intVariable += item.MyNumberOfInteres) //->how can I calculate this without it being rendered to the website ?
//some Html code.......
}
< /code>
Кто -нибудь может помочь?>
Подробнее здесь: https://stackoverflow.com/questions/815 ... playing-it