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>
ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

foreach in mvc 5 counter values foreach in mvc 5 counter values Reviewed by Anil Singh on 7:19 AM Rating: (5)
www.code-sample.com/. Powered by Blogger.
^