diamond.controllers.attributes

Copyright © DiamondMVC 2019

Members

Structs

HttpAction
struct HttpAction

Attribute for http actions.

HttpAuthentication
struct HttpAuthentication

Attribute for authentication.

HttpDefault
struct HttpDefault

Attribute for default http actions.

HttpDisableAuth
struct HttpDisableAuth

Attribute for disabling authentication.

HttpForm
struct HttpForm

Attribute for retrieving controller data from the form body.

HttpMandatory
struct HttpMandatory

Attribute for mandatory http actions.

HttpNoAction
struct HttpNoAction

Attribute for a no-action handler.

HttpQuery
struct HttpQuery

Attribute for retrieving controller data from the query string.

HttpRestricted
struct HttpRestricted

Attribute for restricting controller actions to the restricted ips.

HttpRoutes
struct HttpRoutes

Attribute for declaring routes.

HttpSanitize
struct HttpSanitize

Attribute for sanitizing html tags from inputs by replacing them with their > and <

HttpVersion
struct HttpVersion

Attribute for version-control.

Meta

Authors

Jacob Jensen (bausshf)