Kendo.Mvc.UI.HttpVerbs
Enumerates the HTTP verbs.
Fields
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.
Patch
Requests that a set of changes described in the request entity be applied to the resource identified by the Request- URI.
Options
Represents a request for information about the communication options available on the request/response chain identified by the Request-URI.