I have to maintain a project that uses MVC 1. It seems like it doesn't know anything about [HttpPost]
, and the same action method is called for both get and post. What is the right way to distinguish between creating a view and submitting the form data?
Thanks.