Skip to content

Instantly share code, notes, and snippets.

@Rookian
Created May 12, 2016 14:10
Show Gist options
  • Save Rookian/b36235698f324021c7e02e2c103e5625 to your computer and use it in GitHub Desktop.
Save Rookian/b36235698f324021c7e02e2c103e5625 to your computer and use it in GitHub Desktop.
BindAttribute
public ActionResult Test1([Bind(Prefix = 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