Header menu logo Falco.UnionRoutes

RouteMethod Type

HTTP methods for route attributes.

Used with RouteAttribute to specify the HTTP method for a route case.

Record fields

Record Field Description

Any

Full Usage: Any

Field type: RouteMethod
Modifiers: static

Matches any HTTP method.

Field type: RouteMethod

Delete

Full Usage: Delete

Field type: RouteMethod
Modifiers: static

HTTP DELETE method.

Field type: RouteMethod

Get

Full Usage: Get

Field type: RouteMethod
Modifiers: static

HTTP GET method.

Field type: RouteMethod

Patch

Full Usage: Patch

Field type: RouteMethod
Modifiers: static

HTTP PATCH method.

Field type: RouteMethod

Post

Full Usage: Post

Field type: RouteMethod
Modifiers: static

HTTP POST method.

Field type: RouteMethod

Put

Full Usage: Put

Field type: RouteMethod
Modifiers: static

HTTP PUT method.

Field type: RouteMethod

Type something to start searching.