Skip to main content

Posts

Showing posts with the label foreach in mvc 5 counter values

foreach in mvc 5 counter values

 The below code sample for  foreach in MVC 5 razor  view. < div class ="list-group">                             @ foreach ( var pro in ViewBag.BucketTypes)       {           < a href ="/Connect/ServiceDetails/ @ pro.ID " class ="list-group-item">                  < span class ="badge"> @ pro.SERVICECOUNT  View detail </ span >                  < i class ="fa fa-bitbucket"></ i > @ pro.VALUE           </ a >       }   </ div >