HttpVerbs Enumeration
Visual Studio 2010
Enumerates the HTTP verbs.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Web.MvcAssembly: System.Web.Mvc (in System.Web.Mvc.dll)
| 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. |
Community Additions
ADD
Show: