Skip to content

Instantly share code, notes, and snippets.

@Rookian
Created May 12, 2016 14:08
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 Rookian/cdabba5114935cf22a81a8f9a2bf7023 to your computer and use it in GitHub Desktop.
Save Rookian/cdabba5114935cf22a81a8f9a2bf7023 to your computer and use it in GitHub Desktop.
Razor View
@using (Html.BeginForm("Test", "Home", FormMethod.Post))
{
@Html.TextBoxFor(x => x.Command.Name)
@Html.HiddenFor(x => x.Command.Id)
<input type="submit" value="Submit"/>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment