| Rick Strahl's Web Log |
A few weeks backs I posted a blog post about what does and doesn't work with ASP.NET Web API when it comes to POSTing data to a Web API controller. One of the features that doesn't work out of the box - somewhat unexpectedly - is the ability to map POST form variables to simple parameters of a Web API method. For example imagine you have this form and you want to post this data to a Web API end point like this via AJAX:
Contact
Home : Blog List : Rick Strahl's Web Log : Passing multiple simple POST Values to ASP.NET Web API
Copyright ©Visual Studio Feeds 2010 - 2011.
All Rights Reserved. The content of the postings is owned by the respective author.



