How to put two controllers with HTTPPOST
[HttpPost]
public ActionResult Index(string Nomel, string Utilizador, string Password, string PasswordC)
{
}
[HttpPost]
public ActionResult Index(string Nome, string Email, string Message)
{
}
The current request for action 'Index' on controller type 'HomeController' is ambiguous between the following action methods: System.Web.Mvc.ActionResult Index (System.String, System.String, System.String, System.String) on type Cinel.Controllers.HomeController System.Web.Mvc.ActionResult Index (System.String, System.String, System.String) on type Cinel.Controllers.HomeController