Skip to content

Instantly share code, notes, and snippets.

@hahalin
Created September 19, 2015 01:11
Show Gist options
  • Select an option

  • Save hahalin/6fecad60b6a1e250d137 to your computer and use it in GitHub Desktop.

Select an option

Save hahalin/6fecad60b6a1e250d137 to your computer and use it in GitHub Desktop.
<ul>
@foreach (string item in (List<string>)ViewBag.DepartmentList)
{
<li>@item</li>
}
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment