Unable to use MVC ViewBag List Items in Razor for-each loop

Use of MVC ViewBag List Items in Razor for-each loop

MVC Razor for-each loop with ViewBag List Items and the code-sample for the razor for-each loop with respect to the ViewBag.

@foreach (var employee in ((List<Employee>)ViewBag.Employees))
{
    <span>@employee.EmployeeCode</span>
    <span>@employee.Name</span>
}


Thank you!


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

Use of MVC ViewBag List Items in Razor for-each loop Use of MVC ViewBag List Items in Razor for-each loop Reviewed by Anil Singh on 8:33 PM Rating: (5)
www.code-sample.com/. Powered by Blogger.
^