Skip to content

Instantly share code, notes, and snippets.

@Rookian
Created May 12, 2016 14:11
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/d2d1a3a6cf34afe8302e9b6a905f0934 to your computer and use it in GitHub Desktop.
Save Rookian/d2d1a3a6cf34afe8302e9b6a905f0934 to your computer and use it in GitHub Desktop.
Binding
[HttpPost]
public ActionResult Test3([BindToPropertyWith(nameof(ViewModel.Command))]Command parameternameDoesNotMatter)
{
return RedirectToAction("Index");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment