SyntaxFix
Write A Post
Hire A Developer
Questions
As far as I know you can only have the same method when using different http methods.
i.e.
[AcceptVerbs("GET")] public ActionResult MyAction() { } [AcceptVerbs("POST")] public ActionResult MyAction(FormResult fm) { }