Skip to content

Instantly share code, notes, and snippets.

@morsdyce
Created November 3, 2012 09:07
Show Gist options
  • Save morsdyce/4006654 to your computer and use it in GitHub Desktop.
Save morsdyce/4006654 to your computer and use it in GitHub Desktop.
<h2>BookList</h2>
<% foreach (var book in Model) { %>
<div>
Book Id: <%:book.Id%>
Book Author: <%:book.Author%>
Book Name: <%:book.Name%>
</div>
<% } %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment