Hola Me pregunto ¿cómo puedo añadir números sin mostrarlos mientras que en bucle foreach expamle:Razor: añadiendo variable en bucle sin mostrarlo
@{ 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.......
}
¿Alguien puede ayudar?
aplausos
sushiBite
tratar de hacer esto al principio pocas líneas y cito todo con @ { hacer todo aquí } – 1myb