Created
February 3, 2011 03:11
-
-
Save copenhas/808985 to your computer and use it in GitHub Desktop.
a stubbed out view to show possible usage of html builder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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