Skip to content

Instantly share code, notes, and snippets.

@vgaltes
Created December 6, 2015 21:33
Show Gist options
  • Save vgaltes/b4b1d1337a48313833e1 to your computer and use it in GitHub Desktop.
Save vgaltes/b4b1d1337a48313833e1 to your computer and use it in GitHub Desktop.
Applying MultipleFormActionsButton attribute
[HttpPost]
[MultipleFormActionsButton(SubmitButtonActionName = "SpecifyIngredients")]
public ActionResult ClearIngredients()
{
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment