79706412

Date: 2025-07-18 15:29:22
Score: 2.5
Natty:
Report link

Hi I am wondering how do I add numbers without displaying them while in foreach loop expamle:

@{ 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.......

}

Reasons:
  • Blacklisted phrase (0.5): how can I
  • Blacklisted phrase (1): how do I
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: aung6466