✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What will be the result of the action
public class HomeController : Controller
{
public IActionResult Login(int x, int y)
{
return Content($"{x * y}");
}
}
with https://localhost:xxxxx/home/login/ request?