Skip to content

Instantly share code, notes, and snippets.

@joshuaflanagan
Created September 9, 2010 14:26
Show Gist options
  • Save joshuaflanagan/571935 to your computer and use it in GitHub Desktop.
Save joshuaflanagan/571935 to your computer and use it in GitHub Desktop.
<!-- the expression in the container is used by the contained LableFor and InputFor -->
<div for="x => x.FirstName">
<div class="shiny">{ Label }</div>
<div class="happy">{ Input }</div>
</div>
<!-- or if you don't need a container, use a "virtual", non-printing tag
<surround for="x => x.FirstName">
<dt class="shiny">{ Label }</dt>
<dd class="happy">{ Input }</dd>
</surround>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment