Created
December 6, 2015 21:33
-
-
Save vgaltes/b4b1d1337a48313833e1 to your computer and use it in GitHub Desktop.
Applying MultipleFormActionsButton attribute
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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