Skip to content

Instantly share code, notes, and snippets.

@copenhas
Created February 3, 2011 03:11
Show Gist options
  • Select an option

  • Save copenhas/808985 to your computer and use it in GitHub Desktop.

Select an option

Save copenhas/808985 to your computer and use it in GitHub Desktop.
a stubbed out view to show possible usage of html builder
<!-- other view/html stuff -->
<h3>Cell Phone<h3>
@Html.Phone().For(m => m.Cell)
<h3>Business Line<h3>
@Html.Phone().For(m => m.BusinessNumber)
.WithExtension(m => m.BusinessExtension)
.Render()
<!-- probably some other stuff -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment