Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |