Enum RouteMethod
Represents an HTTP method to be matched in an Route.
[Flags]
public enum RouteMethod
Fields
Any = Get | Post | Put | Patch | Delete | Head | OptionsRepresents any HTTP method.
Delete = 32Represents the HTTP DELETE method.
Get = 2Represents the HTTP GET method.
Head = 128Represents the HTTP HEAD method.
Options = 256Represents the HTTP OPTIONS method.
Patch = 16Represents the HTTP PATCH method.
Post = 4Represents the HTTP POST method.
Put = 8Represents the HTTP PUT method.
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語