Skip to content

Instantly share code, notes, and snippets.

@reharik
Created October 25, 2012 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reharik/3954132 to your computer and use it in GitHub Desktop.
Save reharik/3954132 to your computer and use it in GitHub Desktop.
htmlHelper1
@Html.TextboxSubmission(x=>x.FirstName).ToString()
This would emit:
<div class = “surroundingElement”>
<label for=”FirstName”>First Name</label>
<input name=”FirstName” type=”text”></input>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment