-1
I have a controller called Request:
[HttpPost]
public ActionResult Pedido()
{
return View();
}
How to open more than one View in a Controller? By calling a Controller would like to open two views.
Note: I would like to open and different tabs.