Skip to content

Instantly share code, notes, and snippets.

@contensis
Last active August 29, 2015 14:18
Show Gist options
  • Save contensis/1c9e0c585a30bd7667c1 to your computer and use it in GitHub Desktop.
Save contensis/1c9e0c585a30bd7667c1 to your computer and use it in GitHub Desktop.
public HttpResponseMessage MyAction(FormDataCollection data)
{
return CreateResponse("Success message.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment