Below you find a list of code examples that have been added for this attribute.
[HttpPut] public ActionResult Edit(int id) {}
In earlier versions of ASP.NET MVC, these action methods required more verbose syntax, as shown in the following example:
[AcceptVerbs(HttpVerbs.Put)] public ActionResult Edit(int id)
No links found.