Skip to content

Instantly share code, notes, and snippets.

@rionmonster
Created April 12, 2016 13:53
Show Gist options
  • Save rionmonster/45de461893600864f606dac575100e41 to your computer and use it in GitHub Desktop.
Save rionmonster/45de461893600864f606dac575100e41 to your computer and use it in GitHub Desktop.
@model IEnumerable<string>
<ul>
@foreach(var item in Model){
<li>@item</li>
}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment