Skip to content

Instantly share code, notes, and snippets.

@ianlevesque
Created June 28, 2012 04:16
Show Gist options
  • Save ianlevesque/3009039 to your computer and use it in GitHub Desktop.
Save ianlevesque/3009039 to your computer and use it in GitHub Desktop.
var body = String.Join("&", formValues.Select(entry => HttpUtility.UrlEncode(entry.Key) + "=" + HttpUtility.UrlEncode(entry.Value)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment