The HttpMethod type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| DELETE |
Represents the HTTP DELETE method.
| |
| GET |
Represents the HTTP GET method.
| |
| HEAD |
Represents the HTTP HEAD method.
| |
| OPTIONS |
Represents the HTTP OPTIONS method.
| |
| PATCH |
Represents the HTTP PATCH method.
| |
| POST |
Represents the HTTP POST method.
| |
| PUT |
Represents the HTTP PUT method.
|
See Also