Table of Contents

Enum HttpVerbs

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Enumerates the HTTP verbs.

[Flags]
public enum HttpVerbs

Fields

Delete = 8

Requests that a specified URI be deleted.

Get = 1

Retrieves the information or entity that is identified by the URI of the request.

Head = 16

Retrieves the message headers for the information or entity that is identified by the URI of the request.

Options = 64

Represents a request for information about the communication options available on the request/response chain identified by the Request-URI.

Patch = 32

Requests that a set of changes described in the request entity be applied to the resource identified by the Request- URI.

Post = 2

Posts a new entity as an addition to a URI.

Put = 4

Replaces an entity that is identified by a URI.