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)
{
}...
asked by
09.03.2018 / 12:55