Any way to handle Put and Delete verbs in ASP.Net MVC?
问题 just wondering if anyone knows of a truly restful Put/delete implementation asp.net mvc preview 5 preferably. 回答1: Check out the mvccontrib project at http://www.mvccontrib.org. In the source code a restful implementation has been added and it is current up to Preview 5. Check out the source code here - http://mvccontrib.googlecode.com/svn/trunk/src/MVCContrib/SimplyRestful 回答2: Rails uses a "method" parameter in the form and then fakes it, but calls the appropriate method if you designate it