Skip to content

Instantly share code, notes, and snippets.

@jonhilt
Created May 26, 2010 13:19
Show Gist options
  • Save jonhilt/414459 to your computer and use it in GitHub Desktop.
Save jonhilt/414459 to your computer and use it in GitHub Desktop.
[AcceptVerbs(HttpVerbs.Post)]
public JsonResult SaveUserRules(List<Rule> usersRules)
{
// do something with the userRules list
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment