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)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration HttpVerbs
[FlagsAttribute]
public enum HttpVerbs
[FlagsAttribute]
public enum class HttpVerbs

Members

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.

See Also

Reference

System.Web.Mvc Namespace