Posts by João Faustino • 11 points
1 post
-
0
votes2
answers69
viewsQ: Sum of values in View
I would like to realize a simple sum of some values in my View. I tried to accomplish it that way: @foreach (ReceitaIndexVM receita in Model) { decimal Total = 0; <div class="col-lg-2…