1 out of 1 rated this helpful - Rate this topic

HttpVerbs Enumeration

Enumerates the HTTP verbs.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
[FlagsAttribute]
public enum HttpVerbs
Member name Description
Get Retrieves the information or entity that is identified by the URI of the request.
Post Posts a new entity as an addition to a URI.
Put Replaces an entity that is identified by a URI.
Delete Requests that a specified URI be deleted.
Head Retrieves the message headers for the information or entity that is identified by the URI of the request.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ