Answers for "multiple action verbs using the AcceptVerbs"

0

multiple action verbs using the AcceptVerbs

[AcceptVerbs(HttpVerbs.Post | HttpVerbs.Get)]
public ActionResult GetAndPostAction()
{
    return RedirectToAction("Index");
}
Posted by: Guest on October-07-2021

Code answers related to "multiple action verbs using the AcceptVerbs"

Browse Popular Code Answers by Language