Hi all,
I'm trying to create a simple service using ASP.NET MVC2. I'm using Poster add-on 1 for Firefox, but when I use POST by filling parameters using Poster, I can't reach them on the controller, here's the line I use:
string parameter = Request.Form["an_example_parameter"];
Am I doing something wrong? Any help on this? Thanks!