diamond v2.7.0 (2018-03-07T22:17:16Z)
Dub
Repo
WebSpecialRoute
diamond
core
webconfig
Wrapper around a special route.
static if
(
isWeb
)
class
WebSpecialRoute {
string
type
;
string
value
;
}
Members
Variables
type
string
type
;
The type of the route.
value
string
value
;
The value of the route.
Meta
Source
See Implementation
diamond
core
webconfig
classes
WebAddress
WebConfig
WebDbConnectionConfig
WebDbConnections
WebHeaders
WebSpecialRoute
functions
generateControllerData
loadWebConfig
mixin templates
LoadViewData
properties
webConfig
Wrapper around a special route.