Class HttpMethod
Contains common HTTP methods.
Inheritance
System.Object
HttpMethod
Namespace:MyTested.AspNetCore.Mvc
Assembly:MyTested.AspNetCore.Mvc.Abstractions.dll
Syntax
public class HttpMethod
Fields
| Improve this Doc View SourceConnect
"CONNECT" header method.
Declaration
public const string Connect = "CONNECT"
Field Value
Type | Description |
---|---|
System.String |
Delete
"DELETE" header method.
Declaration
public const string Delete = "DELETE"
Field Value
Type | Description |
---|---|
System.String |
Get
"GET" header method.
Declaration
public const string Get = "GET"
Field Value
Type | Description |
---|---|
System.String |
Head
"HEAD" header method.
Declaration
public const string Head = "HEAD"
Field Value
Type | Description |
---|---|
System.String |
Options
"OPTIONS" header method.
Declaration
public const string Options = "OPTIONS"
Field Value
Type | Description |
---|---|
System.String |
Post
"POST" header method.
Declaration
public const string Post = "POST"
Field Value
Type | Description |
---|---|
System.String |
Put
"PUT" header method.
Declaration
public const string Put = "PUT"
Field Value
Type | Description |
---|---|
System.String |
Trace
"TRACE" header method.
Declaration
public const string Trace = "TRACE"
Field Value
Type | Description |
---|---|
System.String |