I need to do a POST after a click of a button, so that this POST activates a method in an MVC controller, was testing like this:
[HttpPost]
public void GerarPDF()
{
string teste = "teste";
}
The name of the Controller is ItemController,...
asked by
13.03.2017 / 16:23