Skip to content

Instantly share code, notes, and snippets.

@reharik
Created October 25, 2012 17:25
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/3954156 to your computer and use it in GitHub Desktop.
Save reharik/3954156 to your computer and use it in GitHub Desktop.
extension examples
@Html.TextboxSubmission(x=>x.FName).DisplayLabel(“First Name”).ToString()
@Html.TextboxSubmission(x=>x.FName).HideLabe().AddClassToInput("MakeMePink").ToString()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment