Skip to content

Instantly share code, notes, and snippets.

@james-dibble
Created May 17, 2014 12:08
Show Gist options
  • Select an option

  • Save james-dibble/c57023985a720b5d4bae to your computer and use it in GitHub Desktop.

Select an option

Save james-dibble/c57023985a720b5d4bae to your computer and use it in GitHub Desktop.
Dictionary receiving MVC Controller
public ActionResult Filter(string productCategory, IDictionary<string, string> filters)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment