Expand Minimize
This topic has not yet been rated - 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 nameDescription
GetRetrieves the information or entity that is identified by the URI of the request.
PostPosts a new entity as an addition to a URI.
PutReplaces an entity that is identified by a URI.
DeleteRequests that a specified URI be deleted.
HeadRetrieves 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)
© 2013 Microsoft. All rights reserved.