diamond ~master (2020-03-31T19:16:28Z)
Home
Dub
Repo
WebSpecialRoute
diamond
core
webconfig
Wrapper around a special route.
final
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
WebMongoDb
WebService
WebSpecialRoute
functions
loadWebConfig
properties
webConfig
Wrapper around a special route.