Tại sao điều này không chính xác?
{
public class HomeController : Controller
{
[HttpGet]
public ActionResult Index()
{
Some Code--Some Code---Some Code
return View();
}
[HttpPost]
public ActionResult Index()
{
Some Code--Some Code---Some Code
return View();
}
}
Làm thế nào tôi có thể yêu cầu một bộ điều khiển trả lời một câu khi nào là "getted" và một khi được "đăng"?