Annotation Type | Description |
---|---|
CONNECT |
HTTP CONNECT verb for mvc routes.
|
Consumes |
Defines what media types a route can consume.
|
ContextParam |
Allow access to context attributes from MVC route.
|
CookieParam |
Allow access to query parameter from MVC route method.
|
DELETE |
HTTP DELETE verb for mvc routes.
|
Dispatch |
Dispatch operator for MVC routes.
|
FlashParam |
Allow access to flash parameter from MVC route method.
|
FormParam |
Allow access to field or entire form from MVC route method.
|
GET |
HTTP GET verb for mvc routes.
|
HEAD |
HTTP HEAD verb for mvc routes.
|
Header |
Mark a MVC method parameter as a request header.
|
HeaderParam |
Allow access to header value from MVC route method.
|
OPTIONS |
HTTP OPTIONS verb for mvc routes.
|
PATCH |
HTTP PATCH verb for mvc routes.
|
Path |
Set a path for Mvc routes.
|
PathParam |
Allow access to path variable from MVC route method.
|
POST |
HTTP POST verb for mvc routes.
|
Produces |
Defines what media types a route can produces.
|
PUT |
HTTP PUT verb for mvc routes.
|
QueryParam |
Allow access to query parameter from MVC route method.
|
SessionParam |
Allow access to session attributes from MVC route.
|
TRACE |
HTTP TRACE verb for mvc routes.
|
Copyright © 2020. All rights reserved.