Skip to content

Instantly share code, notes, and snippets.

@dgg
Created August 30, 2013 07:30
Show Gist options
  • Save dgg/6387167 to your computer and use it in GitHub Desktop.
Save dgg/6387167 to your computer and use it in GitHub Desktop.
Model binding dynamic collections. II Collection display using template
<tbody>
@Html.DisplayFor(m => m.Things)
</tbody>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment