I have an ASP.NET MVC 3 application which has a post action called Create:
Create
[HttpPost] public virtual ActionResult Create(Issues issues) { if